Skip to content

Commit

Permalink
docs(trace-viewer): add link to trace object docs (#31182)
Browse files Browse the repository at this point in the history
  • Loading branch information
parideis authored Jun 6, 2024
1 parent 8782936 commit 3e86ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/trace-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ Available options to record a trace:

You can also use `trace: 'retain-on-failure'` if you do not enable retries but still want traces for failed tests.

There are more granular options available, see [`property: TestOptions.trace`].

If you are not using Playwright as a Test Runner, use the [`property: BrowserContext.tracing`] API instead.

## Recording a trace
Expand Down

0 comments on commit 3e86ebc

Please sign in to comment.