Skip to content

Commit 2078ab6

Browse files
committed
fix error
1 parent 7ebea0a commit 2078ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We recommend that you use the `dotenv` module to manage your environment. With `
101101
::: zone pivot="nunit-test-runner"
102102
## Set up service configuration
103103

104-
Create a file `PlaywrightServiceSetup.cs` in the root directory with the following content.
104+
Create a file `PlaywrightServiceSetup.cs` in your project with the following content.
105105

106106
```csharp
107107
using Azure.Developer.MicrosoftPlaywrightTesting.NUnit;

0 commit comments

Comments
 (0)