azure-resource-manager-playwright-dotnet
Playwright Testing workspace management
Developer Setup
Setup & Installation
npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-playwright-dotnetnpx skills add https://github.com/microsoft/skills --skill azure-resource-manager-playwright-dotnetOverview
What This Skill Does
Management plane SDK for Azure's Microsoft Playwright Testing service, written for .NET. Handles workspace provisioning, quota inspection, and name availability checks via Azure Resource Manager. Does not run Playwright tests — that requires a separate package.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Azure.ResourceManager.Playwright (.NET)
Management plane SDK for provisioning and managing Microsoft Playwright Testing workspaces via Azure Resource Manager.
⚠️ Management vs Test Execution
- This SDK (Azure.ResourceManager.Playwright): Create workspaces, manage quotas, check name availability
- Test Execution SDK (Azure.Developer.MicrosoftPlaywrightTesting.NUnit): Run Playwright tests at scale on cloud browsers
Installation
dotnet add package Azure.ResourceManager.Playwright
dotnet add package Azure.Identity
Current Versions: Stable v1.0.0, Preview v1.0.0-beta.1
Environment Variables
AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production
AZURE_TENANT_ID=<tenant-id> # For service principal auth (optional)
AZURE_CLIENT_ID=<client-id> # For service principal auth (optional)
AZURE_CLIENT_SECRET=<client-secret> # For service principal auth (optional)
Recommendations
Explore other random skills
testing-handbook-skills
Testing Handbook skills: fuzzers, static analysis, sanitizers
variant-analysis
Find similar vulnerabilities via pattern-based analysis
firebase-apk-scanner
Scan Android APKs for Firebase misconfigurations and security vulnerabilities