You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use options available in service package with Playwright Workspaces
17
17
18
18
::: zone pivot="playwright-test-runner"
19
19
20
-
### If you're using the **Playwright Test Runner**
21
-
22
20
This article shows you how to use the options available in the `playwright.service.config.ts` file that was generated for you.
23
21
If you don't have this file in your code, follow [Quickstart: Run end-to-end tests at scale with Playwright Workspaces](./quickstart-run-end-to-end-tests.md)
24
22
25
23
::: zone-end
26
24
27
25
::: zone pivot="nunit-test-runner"
28
26
29
-
### If you're using the **NUnit Test Runner**
30
-
31
27
This article shows you how to use the options available in the `PlaywrightServiceSetup.cs` file.
32
28
If you don't have this file in your code, follow [Quickstart: Run end-to-end tests at scale with Playwright Workspaces](./quickstart-run-end-to-end-tests.md)
0 commit comments