From 8fa0a87f1f6a367cbbbd935253fcddf2c3629219 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 24 Nov 2021 21:50:41 +0100 Subject: [PATCH] docs: reference to hosted trace viewer (#10515) --- docs/src/trace-viewer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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