mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
docs: reference to hosted trace viewer (#10515)
This commit is contained in:
parent
c08bb427cf
commit
8fa0a87f1f
@ -3,7 +3,7 @@ id: trace-viewer
|
|||||||
title: "Trace Viewer"
|
title: "Trace Viewer"
|
||||||
---
|
---
|
||||||
|
|
||||||
Playwright Trace Viewer is a GUI tool that helps exploring recorded Playwright traces after the script ran.
|
Playwright Trace Viewer is a GUI tool that helps exploring recorded Playwright traces after the script ran. Open traces [locally](#viewing-the-trace) or in your browser on [`trace.playwright.dev`](https://trace.playwright.dev).
|
||||||
|
|
||||||
<img width="1212" alt="Playwright Trace Viewer" src="https://user-images.githubusercontent.com/883973/120585896-6a1bca80-c3e7-11eb-951a-bd84002480f5.png"></img>
|
<img width="1212" alt="Playwright Trace Viewer" src="https://user-images.githubusercontent.com/883973/120585896-6a1bca80-c3e7-11eb-951a-bd84002480f5.png"></img>
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ This will record the trace and place it into the file named `trace.zip`.
|
|||||||
|
|
||||||
## Viewing the trace
|
## Viewing the trace
|
||||||
|
|
||||||
You can open the saved trace using Playwright CLI:
|
You can open the saved trace using Playwright CLI or in your browser on [`trace.playwright.dev`](https://trace.playwright.dev).
|
||||||
|
|
||||||
```bash js
|
```bash js
|
||||||
npx playwright show-trace trace.zip
|
npx playwright show-trace trace.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user