diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md index 968c3b5b1d..dec2210ce9 100644 --- a/docs/src/ci-intro.md +++ b/docs/src/ci-intro.md @@ -416,7 +416,7 @@ Locally opening the report will not work as expected as you need a web server in npx playwright show-report name-of-my-extracted-playwright-report ``` -Playwright HTML Report +![viewing the HTML report](https://github.com/microsoft/playwright/assets/13063165/c5f60e56-fb75-4a2d-a4b6-054b8c5d69c1) To learn more about reports check out our detailed guide on [HTML Reporter](/test-reporters.md#html-reporter) @@ -425,14 +425,14 @@ To learn more about reports check out our detailed guide on [HTML Reporter](/tes Once you have served the report using `npx playwright show-report`, click on the trace icon next to the test's file name as seen in the image above. You can then view the trace of your tests and inspect each action to try to find out why the tests are failing. -Playwright Trace Viewer +![playwright trace viewer](https://github.com/microsoft/playwright/assets/13063165/10fe3585-8401-4051-b1c2-b2e92ac4c274) ## Viewing the Trace * langs: python, java, csharp [trace.playwright.dev](https://trace.playwright.dev) is a statically hosted variant of the Trace Viewer. You can upload trace files using drag and drop. -Drop Playwright Trace to load +![playwright trace viewer](https://github.com/microsoft/playwright/assets/13063165/6d5885dc-d511-4c20-b728-040a7ef6cea4) ## Publishing report on the web * langs: js