Skip to content

Commit ae91891

Browse files
committed
Update after review
1 parent 19d846b commit ae91891

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/playwright-testing/how-to-try-playwright-testing-free.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ms.custom: playwright-testing-preview
88

99
# Try Microsoft Playwright Testing Preview for free
1010

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 or 100 test minutes. 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 and 100 test minutes. In this article, you learn about the limits of the free trial, how to get started, and how to track your free trial usage.
1212

1313
> [!IMPORTANT]
1414
> 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/).
1515
1616
## Prerequisites
1717

1818
* An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
19-
* Your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), or one of the [classic administrator roles](/azure/role-based-access-control/rbac-and-directory-admin-roles#classic-subscription-administrator-roles).
19+
* Your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or one of the [classic administrator roles](/azure/role-based-access-control/rbac-and-directory-admin-roles#classic-subscription-administrator-roles).
2020

2121
## Limits to free trial
2222

@@ -25,14 +25,14 @@ The following table lists the limits for the Microsoft Playwright Testing free t
2525
| Resource | Limit |
2626
|-|-|
2727
| Duration of trial | 30 days |
28-
| Total test minutes³ | 100 minutes |
29-
| Number of workspaces¹² | 1 |
28+
| Total test minutes¹ | 100 minutes |
29+
| Number of workspaces¹²³ | 1 |
3030

31-
¹ These limits only apply to the *first* workspace you create in your Azure subscription. Any subsequent workspaces you create in the subscription automatically get the pay-as-you-go billing model.
31+
¹ If you run a test that exceeds the free trial test minute limit, only the overage test minutes account towards the pay-as-you-go billing model.
3232

33-
² If you delete the free trial workspace, you can't create a free trial workspace anymore.
33+
² 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.
3434

35-
³ If you run a test that uses more than the test minute limit, only the overage test minutes apply for the pay-as-you-go billing model.
35+
³ If you delete the free trial workspace, you can't create a new free trial workspace anymore.
3636

3737
If you exceed any of these limits, the workspace is automatically converted to the pay-as-you-go billing model. Learn more about the [Microsoft Playwright Testing pricing](https://azure.microsoft.com/pricing/details/playwright-testing/).
3838

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ After you complete this quickstart, you have a Microsoft Playwright Testing work
1818
## Prerequisites
1919

2020
* An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21-
* Your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), or one of the [classic administrator roles](/azure/role-based-access-control/rbac-and-directory-admin-roles#classic-subscription-administrator-roles).
21+
* Your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or one of the [classic administrator roles](/azure/role-based-access-control/rbac-and-directory-admin-roles#classic-subscription-administrator-roles).
2222

2323
## Create a workspace
2424

0 commit comments

Comments
 (0)