diff --git a/docs/src/trace-viewer.md b/docs/src/trace-viewer.md index cbf07bbaa8..2d26e02c58 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -3,7 +3,7 @@ id: 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). Playwright Trace Viewer @@ -136,7 +136,7 @@ This will record the trace and place it into the file named `trace.zip`. ## 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 npx playwright show-trace trace.zip