docs(dot-net): don't overpromise on test runners (#7720)

This commit is contained in:
Joel Einbinder 2021-07-19 12:06:00 -05:00 committed by GitHub
parent 0cf9cf0829
commit a62aac3ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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