docs: remove paragraph

This commit is contained in:
Debbie O'Brien 2024-05-09 10:59:25 +02:00
parent ab53e6e8c6
commit 15bac3915e

View file

@ -129,12 +129,6 @@ pwsh bin/Debug/net8.0/playwright.ps1 show-trace bin/Debug/net8.0/playwright-trac
![playwright trace viewer dotnet](https://github.com/microsoft/playwright/assets/13063165/4372d661-5bfa-4e1f-be65-0d2fe165a75c)
## Run trace only on failure
Setup your tests to record a trace only when the test fails:
Check out our detailed guide on [Trace Viewer](/trace-viewer.md) to learn more about the trace viewer and how to setup your tests to record a trace only when the test fails.
## What's next