Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion nodejs/docs/test-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,15 @@ Analyze and view test traces for debugging. [Read more about Trace Viewer](./tra
#### Syntax

```bash
npx playwright show-trace [options] <trace>
npx playwright show-trace [options] [trace]
```

#### Examples

```bash
# Open trace viewer without a specific trace (can load traces via UI)
npx playwright show-trace

# View a trace file
npx playwright show-trace trace.zip

Expand Down
Loading