Skip to content

Commit c48922c

Browse files
Merge pull request #310206 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-07 06:00 UTC
2 parents efc3165 + 3a5db3d commit c48922c

42 files changed

Lines changed: 519 additions & 153 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/app-testing/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ landingContent:
5858
url: playwright-workspaces/quickstart-run-end-to-end-tests.md
5959
- text: Set up continuous end-to-end testing
6060
url: playwright-workspaces/quickstart-automate-end-to-end-testing.md
61+
- text: Perform advanced diagnostics with Playwright Workspaces reporting
62+
url: playwright-workspaces/quickstart-advanced-diagnostic-with-playwright-workspaces-reporting.md
6163

6264
# Card
6365
- title: Load testing scenarios

articles/app-testing/playwright-workspaces/how-to-manage-workspace-access.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ In this article, you learn how to manage access to a workspace in Playwright Wor
2424
1. In the [Azure portal](https://portal.azure.com), go to your Playwright workspace.
2525
1. On the left pane, select **Access Control (IAM)**, and then select **View my access**.
2626

27-
## Playwright Workspace roles
27+
## Default roles
2828

29-
To grant users access to a workspace, you assign them one of the following three Playwright Workspace roles:
29+
Playwright workspaces uses three Azure built-in roles. To grant users access to a workspace, you assign them one of the following Azure built-in roles:
3030

3131
| Role | Access level |
3232
| --- | --- |
33-
| **Playwright Workspace Reader** | - Read-only access to the workspace in the Azure portal.<br/>- View test results for the workspace.<br/>- Can't [create or delete workspace access tokens](./how-to-manage-access-tokens.md).<br/>- Can't run Playwright tests on the service. |
34-
| **Playwright Workspace Contributor** | - Full access to manage the workspace in the Azure portal but can't assign roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
35-
| **Playwright Workspace Owner** | - Full access to manage the workspace in the Azure portal, including assigning roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
33+
| **Reader** | - Read-only access to the workspace in the Azure portal.<br/>- View test results for the workspace.<br/>- Can't [create or delete workspace access tokens](./how-to-manage-access-tokens.md).<br/>- Can't run Playwright tests on the service. |
34+
| **Contributor** | - Full access to manage the workspace in the Azure portal but can't assign roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
35+
| **Owner** | - Full access to manage the workspace in the Azure portal, including assigning roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
3636

3737
> [!IMPORTANT]
3838
> Before you assign an Azure RBAC role, determine the scope of access that is needed. Best practices dictate that it's always best to grant only the narrowest possible scope. Azure RBAC roles defined at a broader scope are inherited by the resources beneath them. For more information about scope for Azure RBAC role assignments, see [Understand scope for Azure RBAC](/azure/role-based-access-control/scope-overview).
@@ -51,9 +51,9 @@ You can grant a user access to a Playwright workspace by using the Azure portal:
5151

5252
:::image type="content" source="./media/how-to-manage-workspace-access/add-role-assignment.png" alt-text="Screenshot that shows how to add a role assignment to your workspace in the Azure portal." lightbox="./media/how-to-manage-workspace-access/add-role-assignment.png":::
5353

54-
1. On the **Job function roles** tab, enter **Playwright**.
54+
1. On the **Role** tab, select **Privileged administrator** roles.
5555

56-
1. Select one of the Playwright Workspaces roles, and then select **Next**.
56+
1. Select one of the Playwright Workspaces [default roles](#default-roles), and then select **Next**.
5757

5858
:::image type="content" source="./media/how-to-manage-workspace-access/add-role-assignment-select-role.png" alt-text="Screenshot that shows the list of roles when adding a role assignment in the Azure portal." lightbox="./media/how-to-manage-workspace-access/add-role-assignment-select-role.png":::
5959

-6.81 KB
Loading
Loading
40.8 KB
Loading
37.3 KB
Loading
37.8 KB
Loading
32.9 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)