Skip to content

Commit 7e25785

Browse files
committed
Update docs metadata
1 parent e78aa44 commit 7e25785

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

api/overview/azure/preview/developer.playwright-readme.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Playwright client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Developer.Playwright, loadtestservice
4-
ms.date: 07/01/2025
4+
ms.date: 08/06/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: loadtestservice
88
---
9-
# Azure Playwright client library for .NET - version 1.0.0-beta.1
9+
# Azure Playwright client library for .NET - version 1.0.0-beta.2
1010

1111

1212
Azure Playwright is a fully managed service that uses the cloud to enable you to run Playwright tests with much higher parallelization across different operating system-browser combinations simultaneously. This means faster test runs with broader scenario coverage, which helps speed up delivery of features without sacrificing quality. The service also enables you to publish test results and related artifacts to the service and view them in the service portal enabling faster and easier troubleshooting. With Azure Playwright, you can release features faster and more confidently.
@@ -23,30 +23,29 @@ dotnet add package Azure.Developer.Playwright --prerelease
2323

2424
### Authenticate the client
2525

26-
To learn more about options for Microsoft Entra Id authentication, refer to [Azure.Identity credentials](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.Playwright_1.0.0-beta.1/sdk/identity/Azure.Identity#credentials).
26+
To learn more about options for Microsoft Entra Id authentication, refer to [Azure.Identity credentials](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.Playwright_1.0.0-beta.2/sdk/identity/Azure.Identity#credentials).
2727

2828
### Prerequisites
2929

3030
- An [Azure subscription](https://azure.microsoft.com/free/dotnet/)
3131
- Your Azure account must be assigned the [Owner](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#owner), [Contributor](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#contributor), or one of the [classic administrator roles](https://learn.microsoft.com/azure/role-based-access-control/rbac-and-directory-admin-roles#classic-subscription-administrator-roles).
3232

3333
## Useful links
34-
- [Quickstart: Run end-to-end tests at scale](https://aka.ms/mpt/quickstart)
35-
- [Quickstart: Set up continuous end-to-end testing across different browsers and operating systems](https://aka.ms/mpt/ci)
36-
- [Explore features and benefits](https://aka.ms/mpt/about)
37-
- [View Azure Playwright service demo](https://youtu.be/GenC1jAeTZE)
38-
- [Documentation](https://aka.ms/mpt/docs)
39-
- [Pricing](https://aka.ms/mpt/pricing)
40-
- [Share feedback](https://aka.ms/mpt/feedback)
34+
- [Quickstart: Run end-to-end tests at scale](https://aka.ms/pww/docs/quickstart)
35+
- [Quickstart: Set up continuous end-to-end testing across different browsers and operating systems](https://aka.ms/pww/docs/ci)
36+
- [Explore features and benefits](https://aka.ms/pww/docs/about)
37+
- [Documentation](https://aka.ms/pww/docs)
38+
- [Pricing](https://aka.ms/pww/docs/pricing)
39+
- [Share feedback](https://aka.ms/pww/docs/feedback)
4140

4241
## Key concepts
4342

44-
Key concepts of the Azure Playwright NUnit SDK for .NET can be found [here](https://aka.ms/mpt/what-is-mpt)
43+
Key concepts of the Azure Playwright NUnit SDK for .NET can be found [here](https://aka.ms/pww/docs/overview)
4544

4645
## Examples
4746

4847
Code samples for using this SDK can be found in the following locations
49-
- [.NET Azure Playwright NUnit Library Code Samples](https://aka.ms/mpt/sample)
48+
- [.NET Azure Playwright NUnit Library Code Samples](https://aka.ms/pww/samples)
5049

5150
## Troubleshooting
5251

@@ -55,11 +54,11 @@ Code samples for using this SDK can be found in the following locations
5554

5655
## Next steps
5756

58-
- Run tests in a [CI/CD pipeline.](https://aka.ms/mpt/configure-pipeline)
57+
- Run tests in a [CI/CD pipeline.](https://aka.ms/pww/docs/configure-pipeline)
5958

60-
- Learn how to [manage access](https://aka.ms/mpt/manage-access) to the created workspace.
59+
- Learn how to [manage access](https://aka.ms/pww/docs/manage-access) to the created workspace.
6160

62-
- Experiment with different number of workers to [determine the optimal configuration of your test suite](https://aka.ms/mpt/parallelism).
61+
- Experiment with different number of workers to [determine the optimal configuration of your test suite](https://aka.ms/pww/docs/parallelism).
6362

6463
## Contributing
6564

metadata/preview/Azure.Developer.Playwright.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.Developer.Playwright",
3-
"Version": "1.0.0-beta.1",
3+
"Version": "1.0.0-beta.2",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/loadtestservice/Azure.Developer.Playwright",
66
"ServiceDirectory": "loadtestservice",
@@ -10,19 +10,19 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.Developer.Playwright",
13-
"ReleaseStatus": "2025-07-01",
13+
"ReleaseStatus": "2025-08-06",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17-
"name": "Azure.Developer.Playwright",
17+
"safeName": "AzureDeveloperPlaywright",
1818
"triggeringPaths": [
1919
"/sdk/loadtestservice/ci.yml"
2020
],
21-
"safeName": "AzureDeveloperPlaywright"
21+
"name": "Azure.Developer.Playwright"
2222
},
2323
"CIParameters": {
24-
"BuildSnippets": false,
2524
"CheckAOTCompat": false,
25+
"BuildSnippets": false,
2626
"CIMatrixConfigs": [],
2727
"AOTTestInputs": []
2828
},

0 commit comments

Comments
 (0)