Skip to content

Commit e3deec6

Browse files
committed
Updated images
1 parent 5b09fb1 commit e3deec6

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
![Playwright HTML Test Report](./assets/html-test-report.PNG?raw=true "Playwright HTML Test Report")
3333

3434
## 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`
35+
* Go to the Project root directory and run command: `npm run allure-reporter` and then run `npm run generate-allure-report`
3636
* Go to the Project root directory: `./allure-report/index.html`
3737

3838
### Allure Test Report
39-
![Allure Test Report](./assets/allure-test-report.PNG?raw=true "Allure Test Report")
39+
![Allure Test Report](./assets/allure-test-report.png?raw=true "Allure Test Report")
4040

41-
![Allure Test Report Expanded View](./assets/allure-test-report-expanded-view.PNG?raw=true "Allure Test Report Expanded View")
41+
![Allure Test Report Expanded View](./assets/allure-test-report-expanded-view.png?raw=true "Allure Test Report Expanded View")
4242

4343
## How to Run Test on LambdaTest Cloud
4444
* Go to Project root directory and run command: `npm run lambdatest`
@@ -47,6 +47,6 @@
4747
![Terminal Test Result](./assets/terminal-lt.PNG?raw=true "Terminal Test Result")
4848

4949
### LambdaTest Cloud Results
50-
![LambdaTest Cloud Results](./assets/lambdatest-results.PNG?raw=true "LambdaTest Cloud Results")
50+
![LambdaTest Cloud Results](./assets/lambdatest-results.png?raw=true "LambdaTest Cloud Results")
5151

5252
![LambdaTest Cloud Results Expanded View](./assets/lambdatest-results-expanded-view.PNG?raw=true "LambdaTest Cloud Results Expanded View")
100 KB
Loading

assets/allure-test-report.png

79.5 KB
Loading
131 KB
Loading

assets/lambdatest-results.png

118 KB
Loading

assets/terminal-lt.PNG

20.7 KB
Loading

tests/fail.spec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const { test, expect } = require('@playwright/test');
1+
// const { test, expect } = require('@playwright/test');
22

3-
test('has title', async ({ page }) => {
4-
await page.goto('https://playwright.dev/');
5-
await expect(page).toHaveTitle("Test Title to fail the test");
6-
});
3+
// test('has title', async ({ page }) => {
4+
// await page.goto('https://playwright.dev/');
5+
// await expect(page).toHaveTitle("Test Title to fail the test");
6+
// });

0 commit comments

Comments
 (0)