From 15bac3915e44b8703216da0bfcda4e42d8425093 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 9 May 2024 10:59:25 +0200 Subject: [PATCH] docs: remove paragraph --- docs/src/trace-viewer-intro-csharp.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/trace-viewer-intro-csharp.md b/docs/src/trace-viewer-intro-csharp.md index f84f522011..3c64c91f5e 100644 --- a/docs/src/trace-viewer-intro-csharp.md +++ b/docs/src/trace-viewer-intro-csharp.md @@ -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