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
-
This article shows you how to use the options available in the `playwright.service.config.ts` file.
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
12
12
13
> [!IMPORTANT]
13
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/).
@@ -48,7 +49,7 @@ export default defineConfig(
48
49
49
50
## Settings in `playwright.service.config.ts` file
50
51
51
-
1.**`defaultAuth`**:
52
+
***`defaultAuth`**:
52
53
-**Description**: This setting allows you to choose the authentication method you want to use for your test run.
53
54
-**Available Options**:
54
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).
-**Description**: ThissettingallowsyoutoconnecttolocalresourcesfromyourPlaywrighttestcodewithouthavingtoconfigureadditionalfirewallsettings. Tolearnmore, see [howtotestlocalapplications](./how-to-test-local-applications.md)
0 commit comments