Skip to content

Commit 5de5428

Browse files
committed
Add Azure App Testing annoucement banner to MPT
1 parent 11dd891 commit 5de5428

21 files changed

+63
-0
lines changed

articles/playwright-testing/concept-determine-optimal-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Determine the optimal test suite configuration
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
Microsoft Playwright Testing Preview enables you to speed up your Playwright test execution by increasing parallelism at cloud scale. Several factors affect the completion time for your test suite. Determining the optimal configuration for reducing test suite completion time is application-specific and requires experimentation. This article explains the different levels to configure parallelism for your tests, the factors that influence test duration, and how to determine your optimal configuration to minimize test completion time.
1215

1316
In Playwright, you can run tests in parallel by using worker processes. By using Microsoft Playwright Testing, you can further increase parallelism by using cloud-hosted browsers. In general, adding more parallelism reduces the time to complete your test suite. However, adding more worker processes doesn't always result in shorter test suite completion times. For example, the client machine computing resources, network latency, or test complexity might also affect test duration.

articles/playwright-testing/how-to-configure-visual-comparisons.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Configure visual comparisons with Microsoft Playwright Testing Preview
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
In this article, you learn how to properly configure Playwright's visual comparison tests when using Microsoft Playwright Testing Preview. Unexpected test failures may occur because Playwright's snapshots differ between local and remote browsers.
1215

1316
> [!IMPORTANT]

articles/playwright-testing/how-to-manage-access-tokens.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Manage workspace access tokens in Microsoft Playwright Testing Preview
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
In this article, you learn how to manage workspace access tokens in Microsoft Playwright Testing Preview. You use access tokens to authenticate and authorize access to your workspace.
1215

1316
Access tokens are associated with a user account and workspace. When you use an access token for running Playwright tests, the service checks your Azure role-based access control (Azure RBAC) role to verify if you're granted access to run tests on the service. Learn more about [workspace access in Microsoft Playwright Testing](./how-to-manage-workspace-access.md).

articles/playwright-testing/how-to-manage-authentication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ zone_pivot_groups: microsoft-playwright-testing
1010

1111
# Manage authentication and authorization for Microsoft Playwright Testing preview
1212

13+
> [!NOTE]
14+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
15+
1316
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.
1417

1518
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.

articles/playwright-testing/how-to-manage-playwright-workspace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Manage workspaces in Microsoft Playwright Testing Preview
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
In this article, you create, view, and delete Microsoft Playwright Testing Preview workspaces. You can access and manage a workspace in the Azure portal or in the Playwright portal.
1215

1316
The following table lists the differences in functionality, based on how you access Microsoft Playwright Testing:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Manage access to a workspace in Microsoft Playwright Testing Preview
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
In this article, you learn how to manage access to a workspace in Microsoft Playwright Testing Preview. The service uses [Azure role-based access control](/azure/role-based-access-control/overview) (Azure RBAC) to authorize access rights to your workspace. Role assignments are the way you control access to resources using Azure RBAC.
1215

1316
> [!IMPORTANT]

articles/playwright-testing/how-to-optimize-regional-latency.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Optimize regional latency for a workspace in Microsoft Playwright Testing Preview
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
Learn how to minimize the network latency between the client machine and the remote browsers for a Microsoft Playwright Testing Preview workspace.
1215

1316
Microsoft Playwright Testing lets you run your Playwright tests on hosted browsers in the Azure region that's nearest to your client machine. The service collects the test results in the Azure region of the remote browsers, and then transfers the results to the workspace region.

articles/playwright-testing/how-to-test-local-applications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ zone_pivot_groups: microsoft-playwright-testing
1010

1111
# Use cloud-hosted browsers for locally deployed or privately hosted apps with Microsoft Playwright Testing Preview
1212

13+
> [!NOTE]
14+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
15+
1316
Learn how to use Microsoft Playwright Testing Preview to run end-to-end tests for locally deployed applications. Microsoft Playwright Testing uses cloud-hosted, remote browsers for running Playwright tests at scale. You can use the service to run tests for apps on localhost, or that you host on your infrastructure.
1417

1518
Playwright enables you to expose networks that are available on the client machine to remote browsers. When you expose a network, you can connect to local resources from your Playwright test code without having to configure additional firewall settings.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.custom: playwright-testing-preview
88

99
# Try Microsoft Playwright Testing Preview for free
1010

11+
> [!NOTE]
12+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
13+
1114
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.
1215

1316
> [!IMPORTANT]

articles/playwright-testing/how-to-use-service-config-file.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ zone_pivot_groups: microsoft-playwright-testing
1010

1111
# Use options available in service package with Microsoft Playwright Testing preview
1212

13+
> [!NOTE]
14+
> Playwright Testing is now part of [Azure App Testing](https://aka.ms/AzureAppTesting), a unified service for functional and performance tests. Learn more about how to [get started](https://aka.ms/AzureAppTesting/announcements).
15+
1316
::: zone pivot="playwright-test-runner"
1417

1518
This article shows you how to use the options available in the `playwright.service.config.ts` file that was generated for you.

0 commit comments

Comments
 (0)