This is an extension to Azure CLI to create and manage Playwright Testing resources.
Install this extension using the below CLI command
az extension add --name playwright-cli-extension
az playwright-testing workspace create \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace \
--location westus \
--regional-affinity Enabled
az playwright-testing workspace create \
-g SampleRG \
-n myPlaywrightWorkspace \
-l westus \
--regional-affinity Enabled
az playwright-testing workspace create \
-g SampleRG \
-n myPlaywrightWorkspace \
-l westus \
--local-auth Enabled
az playwright-testing workspace update \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace \
--regional-affinity Disabled
az playwright-testing workspace update \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace \
--reporting Disabled
az playwright-testing workspace list \
--resource-group sample-rg
az playwright-testing workspace list
az playwright-testing workspace show \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace
az playwright-testing workspace delete \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace
az playwright-testing workspace quota list \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace
az playwright-testing workspace quota show \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace \
--quota-name ScalableExecution
az playwright-testing workspace quota show \
--resource-group SampleRG \
--workspace-name myPlaywrightWorkspace \
--quota-name Reporting
az playwright-testing quota list \
--location eastus
az playwright-testing quota show \
--location eastus \
--quota-name ScalableExecution
az playwright-testing quota show \
--location eastus \
--quota-name Reporting