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 configuration file with Microsoft Playwright Testing preview
9
12
10
13
This article shows you how to use the options available in the `playwright.service.config.ts` file that was generated for you.
11
14
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)
12
15
16
+
::: zone-end
17
+
18
+
::: zone pivot="nunit-test-runner"
19
+
20
+
# Use options available in configuration file with Microsoft Playwright Testing preview
21
+
22
+
This article shows you how to use the options available in the `.runsettings` file.
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
+
25
+
::: zone-end
26
+
13
27
> [!IMPORTANT]
14
28
> Microsoft Playwright Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
15
29
16
30
## Prerequisites
17
31
18
32
* Follow the Quickstart guide and set up a project to run with Microsoft Playwright Testing service. See, [Quickstart: Run end-to-end tests at scale with Microsoft Playwright Testing Preview](./quickstart-run-end-to-end-tests.md)
19
33
34
+
::: zone pivot="playwright-test-runner"
35
+
20
36
Here's version of the `playwright.service.config.ts` file with all the available options:
-`ACCESS_TOKEN`touseaccesstokens. Youneedtoenableauthenticationusingaccesstokensifyouwanttousethisoption, see [manageauthentication](./how-to-manage-authentication.md).
219
+
-`ENTRA_ID`touseMicrosoftEntraIDforauthentication. It's the default mode.
0 commit comments