Skip to content

Commit 831e6d8

Browse files
committed
Add warning about converting to paid account
1 parent ad4b271 commit 831e6d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ The following table lists the limits for the Microsoft Playwright Testing free t
2626
|-|-|
2727
| Duration of trial | 30 days |
2828
| Total test minutes¹ | 100 minutes |
29-
| Number of workspaces¹²³ | 1 |
29+
| Number of workspaces²³ | 1 |
3030

3131
¹ 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

3333
² 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

3535
³ If you delete the free trial workspace, you can't create a new free trial workspace anymore.
3636

37-
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://aka.ms/mpt/pricing).
37+
> [!CAUTION]
38+
> 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://aka.ms/mpt/pricing).
3839
3940
## Create a workspace
4041

@@ -56,7 +57,7 @@ To create a workspace in the Playwright portal:
5657
|---------|---------|
5758
|**Workspace name** | Enter a unique name to identify your workspace.<BR>The name can only consist of alphanumerical characters, and have a length between 3 and 64 characters. |
5859
|**Azure subscription** | Select the Azure subscription that you want to use for this Microsoft Playwright Testing workspace. |
59-
|**Region** | Select a geographic location to host your workspace. <BR>This is the location where the test run data is stored for the workspace. |
60+
|**Region** | Select a geographic location to host your workspace. <BR>This location is where the test run data is stored for the workspace. |
6061

6162
1. Select **Create workspace**.
6263

0 commit comments

Comments
 (0)