From a62aac3ff87179d0f7ef05f3f6c1f7a9b29f08a0 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Mon, 19 Jul 2021 12:06:00 -0500 Subject: [PATCH] docs(dot-net): don't overpromise on test runners (#7720) --- docs/src/test-runners-csharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-runners-csharp.md b/docs/src/test-runners-csharp.md index fb1dd6e26f..f362c63f15 100644 --- a/docs/src/test-runners-csharp.md +++ b/docs/src/test-runners-csharp.md @@ -3,7 +3,7 @@ id: test-runners title: "Test Runners" --- -With a few lines of code, you can hook up Playwright to your favorite .NET test runner. +With a few lines of code, you can hook up Playwright to the NUnit test runner. Playwright and Browser instances can be reused between tests for better performance. We recommend running each test case in a new BrowserContext, this way browser state will be