From c398ee1e9aac6a769b1ec32623c64c012de9e305 Mon Sep 17 00:00:00 2001 From: Denis Paris Date: Thu, 6 Jun 2024 12:00:50 +0200 Subject: [PATCH] docs(trace-viewer.md): link to trace object docs Signed-off-by: Denis Paris --- docs/src/trace-viewer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/trace-viewer.md b/docs/src/trace-viewer.md index 55c4f2d445..90ec4a5e7c 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -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