skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-resource-manager-playwright-dotnet

Playwright Testing workspace management

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-playwright-dotnet

Overview

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

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)
Lines 1 - 26 of 295

Recommendations

Explore other random skills

All skillsMy patterns