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
* Download and install any Text Editor like Visual Code/Sublime/Brackets
14
+
15
+
### Setup Visual Code - optional
16
+
* Install GitLens Extension from the Marketplace: `GitLens — Git supercharged by GitKraken https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens`
17
+
* Install Material Icon Theme Extension from the Marketplace: `Material Icon Theme by Philipp Kief https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme`
18
+
* Go to Visual Code Preference > Setting and search `formatOnSave` and enable/ON it.
19
+
20
+
### Setup Scripts
21
+
* Clone the repository into a folder
22
+
* Go to Project root directory and install Dependency: `npm install`
23
+
* All the dependencies from package.json would be installed in node_modules folder.
24
+
25
+
## How to Run Test Locally
26
+
* Go to the Project root directory and run command: `npm run wdio`
27
+
28
+
## How to Run Single Spec Locally
29
+
* Go to the Project root directory and run command: `npm run wdio wdio.conf.js --spec ./test/specs/to-have-url.e2e.js`
30
+
31
+
### How to view default Playwright HTML report
32
+
* Go to the Project root directory: `./playwright-report/index.html`
33
+
34
+
### Playwright Default HTML Test Report
35
+

36
+
37
+
## How to Run Test on LambdaTest Cloud
38
+
* Go to Project root directory and run command: `npm run lambdatest`
39
+
40
+
### Terminal Test Result
41
+

0 commit comments