From 9d87b42324315709367c0d08ba9c928162bdf8d0 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Thu, 12 Dec 2024 05:12:22 -0800 Subject: [PATCH] Moved remote opening instructions to subsection --- 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 e20226dc7f..64f34b289e 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -37,7 +37,7 @@ playwright show-trace trace.zip pwsh bin/Debug/netX/playwright.ps1 show-trace trace.zip ``` -## Using [trace.playwright.dev](https://trace.playwright.dev) +### Using [trace.playwright.dev](https://trace.playwright.dev) [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 or via the `Select file(s)` button. @@ -45,7 +45,7 @@ Trace Viewer loads the trace entirely in your browser and does not transmit any Drop Playwright Trace to load -## Viewing remote traces +### Viewing remote traces You can open remote traces directly using its URL. This makes it easy to view the remote trace without having to manually download the file from CI runs, for example.