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
Copy file name to clipboardExpand all lines: articles/app-testing/playwright-workspaces/concept-determine-optimal-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In Playwright, you can run tests in parallel by using worker processes. By using
19
19
20
20
The following chart gives an example of running a test suite. By running the test suite with Playwright Workspaces instead of locally, you can significantly increase the parallelism and reduce the test completion time. Notice that, when running with the service, the completion time reaches a minimum limit, after which adding more workers only has a minimal effect. The chart also shows how using more computing resources on the client machine positively affects the test completion time for tests running with the service.
21
21
22
-

22
+
:::image type="content" source="./media/concept-determine-optimal-configuration/playwright-workspaces-parallelization-chart.png" alt-text="Line chart that shows the relation between the number of parallel workers and the test suite completion time for different run environments." lightbox="./media/concept-determine-optimal-configuration/playwright-workspaces-parallelization-chart.png":::
Copy file name to clipboardExpand all lines: articles/app-testing/playwright-workspaces/how-to-manage-access-tokens.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To enable authentication using access tokens:
49
49
50
50
1. Check the box for **Playwright Service Access Token** to enable it.
51
51
52
-

52
+

53
53
54
54
> [!CAUTION]
55
55
> Authentication using access tokens is less secure. [Learn how to manage access tokens](./how-to-manage-access-tokens.md)
@@ -82,7 +82,8 @@ To create a new workspace access token:
82
82
83
83
1. On the **Access Management** page, select **Generate token**.
84
84
85
-

85
+
:::image type="content" source="./media/how-to-manage-access-tokens/playwright-workspaces-generate-new-access-token.png" alt-text="Screenshot that shows the access tokens settings page in the Azure portal, highlighting the 'Generate new token' button" lightbox="./media/how-to-manage-access-tokens/playwright-workspaces-generate-new-access-token.png":::
86
+
86
87
87
88
1. Enter the access token details, and then select **Generate token**.
Copy file name to clipboardExpand all lines: articles/app-testing/playwright-workspaces/how-to-manage-authentication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ To enable authentication using access tokens:
46
46
47
47
1. Check the box for **Playwright Service Access Token** to enable it.
48
48
49
-

49
+
:::image type="content" source="./media/how-to-manage-authentication/enable-access-token.png" alt-text="Screenshot that shows turning on authentication using access tokens." lightbox="media/how-to-manage-authentication/enable-access-token.png":::
50
50
51
51
> [!CAUTION]
52
52
> Authentication using access tokens is less secure. [Learn how to manage access tokens](./how-to-manage-access-tokens.md)
@@ -97,13 +97,13 @@ To enable authentication using access tokens:
Copy file name to clipboardExpand all lines: articles/app-testing/playwright-workspaces/how-to-manage-playwright-workspace.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ To connect with cloud browsers, you first need to create a Playwright workspace.
29
29
1. Sign in to the [Azure portal](https://portal.azure.com/).
30
30
1. Select the menu button in the upper-left corner of the portal, and then select **Create a resource** a resource.
31
31
32
-

32
+
:::image type="content" source="./media/how-to-manage-playwright-workspace/azure-portal-create-resource.png" alt-text="Screenshot that shows the Azure portal menu to create a new resource." lightbox="./media/how-to-manage-playwright-workspace/azure-portal-create-resource.png":::
33
33
34
34
1. Enter *Playwright Workspaces* in the search box.
35
35
1. Select the **Playwright Workspaces** card, and then select **Create**.
36
36
37
-

37
+
:::image type="content" source="./media/how-to-manage-playwright-workspace/azure-portal-search-playwright-resource.png" alt-text="Screenshot that shows the Azure Marketplace search page with the Playwright Workspaces search result." lightbox="./media/how-to-manage-playwright-workspace/azure-portal-search-playwright-resource.png":::
38
38
39
39
1. Provide the following information to configure a new Playwright workspace:
40
40
@@ -56,7 +56,7 @@ To connect with cloud browsers, you first need to create a Playwright workspace.
56
56
57
57
1. To view the new workspace, select **Go to resource**.
58
58
59
-

59
+
:::image type="content" source="./media/how-to-manage-playwright-workspace/create-resource-deployment-complete.png" alt-text="Screenshot that shows the deployment completion information in the Azure portal." lightbox="./media/how-to-manage-playwright-workspace/create-resource-deployment-complete.png":::
60
60
61
61
## Display a list of workspaces
62
62
@@ -68,7 +68,8 @@ To get the list of Playwright workspaces that you have access to:
68
68
69
69
1. Select **Playwright Workspaces** from the **Services** section to view all your workspaces.
70
70
71
-

71
+
:::image type="content" source="./media/how-to-manage-playwright-workspace/azure-portal-search-playwright-workspaces.png" alt-text="Screenshot that shows the search box in the Azure portal, to search for Playwright Workspaces resources." lightbox="./media/how-to-manage-playwright-workspace/azure-portal-search-playwright-workspaces.png":::
72
+
72
73
73
74
1. Look through the list of workspaces found. You can filter based on subscription, resource groups, and locations.
Copy file name to clipboardExpand all lines: articles/app-testing/playwright-workspaces/how-to-try-playwright-workspaces-free.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ To get started with running your Playwright tests on cloud browsers, you first n
76
76
77
77
1. To view the new workspace, select **Go to resource**.
78
78
79
-

79
+

0 commit comments