Skip to content

Commit 8fa0a87

Browse files
authored
docs: reference to hosted trace viewer (microsoft#10515)
1 parent c08bb42 commit 8fa0a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/trace-viewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: trace-viewer
33
title: "Trace Viewer"
44
---
55

6-
Playwright Trace Viewer is a GUI tool that helps exploring recorded Playwright traces after the script ran.
6+
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).
77

88
<img width="1212" alt="Playwright Trace Viewer" src="https://user-images.githubusercontent.com/883973/120585896-6a1bca80-c3e7-11eb-951a-bd84002480f5.png"></img>
99

@@ -136,7 +136,7 @@ This will record the trace and place it into the file named `trace.zip`.
136136

137137
## Viewing the trace
138138

139-
You can open the saved trace using Playwright CLI:
139+
You can open the saved trace using Playwright CLI or in your browser on [`trace.playwright.dev`](https://trace.playwright.dev).
140140

141141
```bash js
142142
npx playwright show-trace trace.zip

0 commit comments

Comments
 (0)