Skip to content

Commit 5b09fb1

Browse files
committed
Updated report images
1 parent 13748f4 commit 5b09fb1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,24 @@
2929
* Go to the Project root directory: `./playwright-report/index.html`
3030

3131
### Playwright HTML Test Report
32-
![Playwright HTML Test Report](./assets/html-test-report.PNG?raw=true "Playwright HTML Test Report")
32+
![Playwright HTML Test Report](./assets/html-test-report.PNG?raw=true "Playwright HTML Test Report")
33+
34+
## How to view Allure HTML report
35+
* Go to the Project root directory and run command: `npm run allure-report` and then run `npm run generate-allure-report`
36+
* Go to the Project root directory: `./allure-report/index.html`
37+
38+
### Allure Test Report
39+
![Allure Test Report](./assets/allure-test-report.PNG?raw=true "Allure Test Report")
40+
41+
![Allure Test Report Expanded View](./assets/allure-test-report-expanded-view.PNG?raw=true "Allure Test Report Expanded View")
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+
![Terminal Test Result](./assets/terminal-lt.PNG?raw=true "Terminal Test Result")
48+
49+
### LambdaTest Cloud Results
50+
![LambdaTest Cloud Results](./assets/lambdatest-results.PNG?raw=true "LambdaTest Cloud Results")
51+
52+
![LambdaTest Cloud Results Expanded View](./assets/lambdatest-results-expanded-view.PNG?raw=true "LambdaTest Cloud Results Expanded View")

0 commit comments

Comments
 (0)