Skip to content

Commit 27740f7

Browse files
committed
Updated README.md
1 parent 2dd5e7d commit 27740f7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ This is a Playwright API testing framework designed to demonstrate playwright ap
1313
* Download and install Node.js
1414
* Download and install any Text Editor like Visual Code/Sublime/Brackets
1515

16-
### Setup Visual Code
17-
* Install GitLens Extension from the Marketplace: `GitLens — Git supercharged by GitKraken https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens`
18-
* Go to Visual Code Preference > Setting and search `formatOnSave` and enable/ON it.
19-
2016
### Setup Scripts
2117
* Clone the repository into a folder
2218
* Go to Project root directory and install Dependency: `npm install`
2319
* All the dependencies from package.json would be installed in node_modules folder.
2420

21+
### Setup Visual Code (Optional)
22+
* <a href="https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright" target="_blank">Playwright Test for VSCode</a>
23+
* Install GitLens Extension from the Marketplace: `GitLens — Git supercharged by GitKraken https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens`
24+
* <a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme" target="_blank">Material Icon Theme</a>
25+
* Go to Visual Code Preference > Setting and search `formatOnSave` and enable/ON it.
26+
2527
## How to Run Test Locally
2628
* Go to the Project root directory and run command: `npm test`
2729

0 commit comments

Comments
 (0)