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
# Manage authentication and authorization for Microsoft Playwright Testing preview
10
10
11
-
In this article, you learn how to manage authentication and authorization for Microsoft Playwright Testing preview to run Playwright tests on cloud-hosted browsers and to publish test results and artifacts to the service.
11
+
In this article, you learn how to manage authentication and authorization for Microsoft Playwright Testing preview. Authentication is required to run Playwright tests on cloud-hosted browsers and to publish test results and artifacts to the service.
12
12
13
-
By default, [Microsoft Entra ID](/entra/identity/) is used for authentication. This method is more secure and is the recommended authentication method. You cannot disable authentication using Microsoft Entra ID. However, you can also use access tokens to authenticate and authorize.
13
+
By default, [Microsoft Entra ID](/entra/identity/) is used for authentication. This method is more secure and is the recommended authentication method. You can't disable authentication using Microsoft Entra ID. However, you can also use access tokens to authenticate and authorize.
14
14
15
15
16
16
> [!IMPORTANT]
@@ -31,7 +31,7 @@ Microsoft Playwright Testing service also supports authentication using access t
31
31
> [!CAUTION]
32
32
> Your workspace access tokens are similar to a password for your Microsoft Playwright Testing workspace. Always be careful to protect your access tokens. Avoid distributing access tokens to other users, hard-coding them, or saving them anywhere in plain text that is accessible to others.
33
33
34
-
Revoke and recreate your tokens if you believe they may have been compromised.
34
+
Revoke and recreate your tokens if you believe they are compromised.
# Try Microsoft Playwright Testing Preview for free
10
10
11
-
Microsoft Playwright Testing Preview is a fully managed service for end-to-end testing built on top of Playwright. With the free trial, you can try Microsoft Playwright Testing for free for 30 days, 100 test minutes, and 1000 test results. In this article, you learn about the limits of the free trial, how to get started, and how to track your free trial usage.
11
+
Microsoft Playwright Testing Preview is a fully managed service for end-to-end testing built on top of Playwright. With the free trial, you can try Microsoft Playwright Testing for free for 30 days, 100 test minutes, and 1,000 test results. In this article, you learn about the limits of the free trial, how to get started, and how to track your free trial usage.
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/).
@@ -26,10 +26,10 @@ The following table lists the limits for the Microsoft Playwright Testing free t
26
26
|-|-|
27
27
| Duration of trial | 30 days |
28
28
| Total test minutes¹ | 100 minutes |
29
-
| Total test results¹ |1000 results |
29
+
| Total test results¹ |1,000 results |
30
30
| Number of workspaces²³ | 1 |
31
31
32
-
¹ If your usage exceeds either the free test minute limit or the free test result limit, only the overage counts toward the pay-as-you-go billing model. The two features are billed separately, see[Microsoft Playwright Testing preview pricing](https://aka.ms/mpt/pricing)
32
+
¹ If your usage exceeds either the free test minute limit or the free test result limit, only the overage counts toward the pay-as-you-go billing model. The two features are billed separately. See[Microsoft Playwright Testing preview pricing](https://aka.ms/mpt/pricing)
33
33
34
34
² These limits only apply to the *first* workspace you create in your Azure subscription. Any subsequent workspaces you create in the subscription automatically uses the pay-as-you-go billing model.
Copy file name to clipboardExpand all lines: articles/playwright-testing/how-to-use-service-config-file.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ export default defineConfig(
53
53
-**Description**: This setting allows you to choose the authentication method you want to use for your test run.
54
54
-**Available Options**:
55
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. This is the default mode.
56
+
-`ENTRA` to use Enrta ID for authentication. It is the default mode.
-**Description**: ThissettingallowsyoutoconnecttolocalresourcesfromyourPlaywrighttestcodewithouthavingtoconfigureadditionalfirewallsettings. Tolearnmore, see [howtotestlocalapplications](./how-to-test-local-applications.md)
98
+
-**Description**: ThissettingallowsyoutoconnecttolocalresourcesfromyourPlaywrighttestcodewithouthavingtoconfigureanotherfirewallsettings. Tolearnmore, see [howtotestlocalapplications](./how-to-test-local-applications.md)
Copy file name to clipboardExpand all lines: articles/playwright-testing/how-to-use-service-features.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Microsoft Playwright Testing features
3
-
description: Learn how to use different features offered by Microaoft Playwright Testing service
3
+
description: Learn how to use different features offered by Microsoft Playwright Testing service
4
4
ms.topic: how-to
5
5
ms.date: 09/07/2024
6
6
ms.custom: playwright-testing-preview
@@ -71,14 +71,14 @@ export default defineConfig(
71
71
);
72
72
```
73
73
-**`useCloudHostedBrowsers`**:
74
-
-**Description**: This setting allows you to choose whether to use cloud-hosted browsers or the browsers on your client machine to run your Playwright tests. If you disable this option, your tests will run on the browsers of your client machine instead of cloud-hosted browsers, and you will not incur any charges. You can still configure reporting options.
74
+
-**Description**: This setting allows you to choose whether to use cloud-hosted browsers or the browsers on your client machine to run your Playwright tests. If you disable this option, your tests run on the browsers of your client machine instead of cloud-hosted browsers, and you do not incur any charges. You can still configure reporting options.
0 commit comments