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 Microsoft Playwright Testing preview
12
+
10
13
::: zone pivot="playwright-test-runner"
11
-
# Use options available in configuration file with Microsoft Playwright Testing preview
12
14
13
15
This article shows you how to use the options available in the `playwright.service.config.ts` file that was generated for you.
14
16
If you don't have this file in your code, follow the QuickStart guide, see [Quickstart: Run end-to-end tests at scale with Microsoft Playwright Testing Preview](./quickstart-run-end-to-end-tests.md)
@@ -17,8 +19,6 @@ If you don't have this file in your code, follow the QuickStart guide, see [Quic
17
19
18
20
::: zone pivot="nunit-test-runner"
19
21
20
-
# Use options available in configuration file with Microsoft Playwright Testing preview
21
-
22
22
This article shows you how to use the options available in the `.runsettings` file.
23
23
If you don't have this file in your code, follow the QuickStart guide, see [Quickstart: Run end-to-end tests at scale with Microsoft Playwright Testing Preview](./quickstart-run-end-to-end-tests.md)
24
24
@@ -262,7 +262,7 @@ Here's version of the `.runsettings` file with all the available options:
0 commit comments