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
9
10
10
This article shows you how to use the options available in the `playwright.service.config.ts` file that was generated for you.
11
-
If you do not 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)
11
+
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
12
13
13
> [!IMPORTANT]
14
14
> 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
15
16
-
Here is version of the `playwright.service.config.ts` file with all the available options:
16
+
Here's version of the `playwright.service.config.ts` file with all the available options:
-**Description**: This setting allows you to choose the authentication method you want to use for your test run.
54
54
-**Available Options**:
55
-
-`TOKEN` to use access tokens. You need to enable authtication using access tokens if you want to use this option, see [manage authentication](./how-to-manage-authentication.md).
56
-
-`ENTRA` to use Enrta ID for authentication. It is the default mode.
55
+
-`TOKEN` to use access tokens. You need to enable authentication using access tokens if you want to use this option, see [manage authentication](./how-to-manage-authentication.md).
56
+
-`ENTRA` to use Enrta ID for authentication. It's the default mode.
-**Description**: The`playwright.service.config.ts`fileextendstheplaywrightconfigfileofyoursetup. ThisoptionoverridestheexistingreportersandsetsMicrosoftPlaywrightTestingreporter. Youcanaddormodifythislisttoincludethereportersthatyouwanttouse. You're billed for Microsoft Playwright Testing reporting if you add `@azure/microsoft-playwright-testing/reporter`.
0 commit comments