Skip to content

Commit

Permalink
docs(dot-net): don't overpromise on test runners (#7720)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored Jul 19, 2021
1 parent 0cf9cf0 commit a62aac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/test-runners-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a62aac3

Please sign in to comment.