docs(trace-viewer.md): link to trace object docs

Signed-off-by: Denis Paris <parideis@users.noreply.github.com>
This commit is contained in:
Denis Paris 2024-06-06 12:00:50 +02:00 committed by GitHub
parent 384eed65ea
commit c398ee1e9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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