docs(dot-net): don't overpromise on test runners (#7720)
This commit is contained in:
parent
0cf9cf0829
commit
a62aac3ff8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue