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
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
+
### 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 test`
27
+
28
+
### How to view default Playwright HTML report
29
+
* Go to the Project root directory: `./playwright-report/index.html`
30
+
31
+
### Playwright Default HTML Test Report
32
+

33
+
34
+
### How to view Allure HTML report
35
+
* Go to the Project root directory and run command: `npm run allure-report`
36
+
* Go to the Project root directory: `./allure-report/index.html`
37
+
38
+
### Allure Test Report
39
+

40
+
41
+

42
+
43
+
## How to Run Test on LambdaTest Cloud
44
+
* Go to Project root directory and run command: `npm run lambdatest`
45
+
46
+
### Terminal Test Result
47
+

0 commit comments