You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,17 @@ This is a Playwright API testing framework designed to demonstrate playwright ap
13
13
* Download and install Node.js
14
14
* Download and install any Text Editor like Visual Code/Sublime/Brackets
15
15
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
-
20
16
### Setup Scripts
21
17
* Clone the repository into a folder
22
18
* Go to Project root directory and install Dependency: `npm install`
23
19
* All the dependencies from package.json would be installed in node_modules folder.
24
20
21
+
### Setup Visual Code (Optional)
22
+
* <ahref="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`
0 commit comments