Skip to content

Commit b13c631

Browse files
committed
Update docs metadata
1 parent 519af1f commit b13c631

File tree

2 files changed

+122
-0
lines changed

2 files changed

+122
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title:
3+
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.Playwright, playwright
4+
ms.date: 07/30/2025
5+
ms.topic: reference
6+
ms.devlang: dotnet
7+
ms.service: playwright
8+
---
9+
# Microsoft Azure Playwright management client library for .NET
10+
11+
Microsoft Playwright is a fully managed service for end-to-end testing built on top of Playwright. With Playwright, you can automate end-to-end tests to ensure your web applications work the way you expect it to, across different web browsers and operating systems. The service abstracts the complexity and infrastructure for running Playwright tests with high parallelization.
12+
13+
This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
14+
15+
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
16+
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
17+
- HTTP pipeline with custom policies.
18+
- Better error-handling.
19+
- Support uniform telemetry across all languages.
20+
21+
## Getting started
22+
23+
### Install the package
24+
25+
Install the Microsoft Azure Playwright management library for .NET with [NuGet](https://www.nuget.org/):
26+
27+
```dotnetcli
28+
dotnet add package Azure.ResourceManager.Playwright --prerelease
29+
```
30+
31+
### Prerequisites
32+
33+
* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).
34+
35+
### Authenticate the Client
36+
37+
To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Playwright_1.0.0-beta.1/doc/dev/mgmt_quickstart.md).
38+
39+
## Key concepts
40+
41+
Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
42+
43+
## Documentation
44+
45+
Documentation is available to help you learn how to use this package:
46+
47+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Playwright_1.0.0-beta.1/doc/dev/mgmt_quickstart.md).
48+
- [API References](/dotnet/api/?view=azure-dotnet).
49+
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Playwright_1.0.0-beta.1/sdk/identity/Azure.Identity/README.md).
50+
51+
## Examples
52+
53+
Code samples for using the management library for .NET can be found in the following locations
54+
- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples)
55+
56+
## Troubleshooting
57+
58+
- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues).
59+
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags.
60+
61+
## Next steps
62+
63+
For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/).
64+
65+
## Contributing
66+
67+
For details on contributing to this repository, see the [contributing
68+
guide][cg].
69+
70+
This project welcomes contributions and suggestions. Most contributions
71+
require you to agree to a Contributor License Agreement (CLA) declaring
72+
that you have the right to, and actually do, grant us the rights to use
73+
your contribution. For details, visit <https://cla.microsoft.com>.
74+
75+
When you submit a pull request, a CLA-bot will automatically determine
76+
whether you need to provide a CLA and decorate the PR appropriately
77+
(for example, label, comment). Follow the instructions provided by the
78+
bot. You'll only need to do this action once across all repositories
79+
using our CLA.
80+
81+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
82+
more information, see the [Code of Conduct FAQ][coc_faq] or contact
83+
<[email protected]> with any other questions or comments.
84+
85+
<!-- LINKS -->
86+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Playwright_1.0.0-beta.1/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
87+
[coc]: https://opensource.microsoft.com/codeofconduct/
88+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"Name": "Azure.ResourceManager.Playwright",
3+
"Version": "1.0.0-beta.1",
4+
"DevVersion": null,
5+
"DirectoryPath": "sdk/playwright/Azure.ResourceManager.Playwright",
6+
"ServiceDirectory": "playwright",
7+
"ReadMePath": "sdk/playwright/Azure.ResourceManager.Playwright/README.md",
8+
"ChangeLogPath": "sdk/playwright/Azure.ResourceManager.Playwright/CHANGELOG.md",
9+
"Group": null,
10+
"SdkType": "mgmt",
11+
"IsNewSdk": true,
12+
"ArtifactName": "Azure.ResourceManager.Playwright",
13+
"ReleaseStatus": "2025-07-30",
14+
"IncludedForValidation": false,
15+
"AdditionalValidationPackages": null,
16+
"ArtifactDetails": {
17+
"safeName": "AzureResourceManagerPlaywright",
18+
"name": "Azure.ResourceManager.Playwright",
19+
"triggeringPaths": [
20+
"/sdk/playwright/ci.mgmt.yml"
21+
]
22+
},
23+
"CIParameters": {
24+
"BuildSnippets": true,
25+
"CheckAOTCompat": false,
26+
"CIMatrixConfigs": [],
27+
"AOTTestInputs": []
28+
},
29+
"Namespaces": [
30+
"Azure.ResourceManager.Playwright",
31+
"Azure.ResourceManager.Playwright.Mocking",
32+
"Azure.ResourceManager.Playwright.Models"
33+
]
34+
}

0 commit comments

Comments
 (0)