diff --git a/docs/src/intro-csharp.md b/docs/src/intro-csharp.md index 6d37038d03..341cc735c9 100644 --- a/docs/src/intro-csharp.md +++ b/docs/src/intro-csharp.md @@ -10,6 +10,7 @@ You can choose to use [NUnit base classes](./test-runners.md#nunit) or [MSTest b 1. Start by creating a new project with `dotnet new`. This will create the `PlaywrightTests` directory which includes a `UnitTest1.cs` file: