-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added playwright-testing cli commands
- Loading branch information
1 parent
92dfcee
commit d6cc3a7
Showing
31 changed files
with
2,015 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _playwright-testing check-name-availability_ | ||
|
||
Adds check global name availability operation, normally used if a resource name must be globally unique. | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2NoZWNrbmFtZWF2YWlsYWJpbGl0eQ==/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/checknameavailability 2024-12-01 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing quota list_ | ||
|
||
List quotas for a given subscription Id. | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2xvY2F0aW9ucy97fS9xdW90YXM=/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/locations/{}/quotas 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- List Playwright Testing Quotas by Subscription | ||
```bash | ||
playwright-testing quota list --location eastus | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing quota show_ | ||
|
||
Get subscription quota by name. | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2xvY2F0aW9ucy97fS9xdW90YXMve30=/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/locations/{}/quotas/{} 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Get Playwright Testing Quotas by Subscription | ||
```bash | ||
playwright-testing quota show --location eastus --quota-name ScalableExecution | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [Group] _playwright-testing quota_ | ||
|
||
Manage Azure subscription quota resource for Microsoft Playwright Testing service | ||
|
||
## Commands | ||
|
||
- [list](/Commands/playwright-testing/quota/_list.md) | ||
: List quotas for a given subscription Id. | ||
|
||
- [show](/Commands/playwright-testing/quota/_show.md) | ||
: Get subscription quota by name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Group] _playwright-testing_ | ||
|
||
Manage Microsoft Playwright Testing service | ||
|
||
## Subgroups | ||
|
||
- [quota](/Commands/playwright-testing/quota/readme.md) | ||
: Manage Azure subscription quota resource for Microsoft Playwright Testing service | ||
|
||
- [workspace](/Commands/playwright-testing/workspace/readme.md) | ||
: Manage Microsoft Playwright Testing service workspace resource | ||
|
||
## Commands | ||
|
||
- [check-name-availability](/Commands/playwright-testing/_check-name-availability.md) | ||
: Adds check global name availability operation, normally used if a resource name must be globally unique. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing workspace create_ | ||
|
||
Create a Microsoft Playwright Testing service Workspace resource | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Create Playwright Testing Workspace | ||
```bash | ||
playwright-testing workspace create --resource-group SampleRG --workspace-name myPlaywrightWorkspace --location westus --regional-affinity Enabled | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing workspace delete_ | ||
|
||
Delete Microsoft Azure Playwright Testing service Workspace resource | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Delete Playwright Testing Workspace | ||
```bash | ||
playwright-testing workspace delete --resource-group SampleRG --workspace-name myPlaywrightWorkspace | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# [Command] _playwright-testing workspace list_ | ||
|
||
List Microsoft Azure Playwright Testing service Workspace resources by subscription ID | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRz/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/accounts 2024-12-01 --> | ||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Playwright Testing Workspace_ListBySubscription | ||
```bash | ||
playwright-testing workspace list | ||
``` | ||
|
||
- Playwright Testing Workspace_ListByResourceGroup | ||
```bash | ||
playwright-testing workspace list --resource-group SampleRG | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing workspace show_ | ||
|
||
Get a Microsoft Azure Playwright Testing service Workspace resource details | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Get Playwright Testing Workspace | ||
```bash | ||
playwright-testing workspace show --resource-group SampleRG --workspace-name myPlaywrightWorkspace | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing workspace update_ | ||
|
||
Update Microsoft Azure Playwright Testing service Workspace resource | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Update Playwright Testing Workspace_Disable Regional Affinity | ||
```bash | ||
playwright-testing workspace update --resource-group SampleRG --workspace-name myPlaywrightWorkspace --regional-affinity Disabled | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing workspace quota list_ | ||
|
||
List quotas for a given workspace. | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9L3F1b3Rhcw==/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{}/quotas 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- List Playwright Testing Workspace Quotas | ||
```bash | ||
playwright-testing workspace quota list --resource-group SampleRG --workspace-name myPlaywrightWorkspace | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _playwright-testing workspace quota show_ | ||
|
||
Get quota by name for an workspace. | ||
|
||
## Versions | ||
|
||
### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9L3F1b3Rhcy97fQ==/2024-12-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{}/quotas/{} 2024-12-01 --> | ||
|
||
#### examples | ||
|
||
- Get Playwright Testing Workspace Quotas | ||
```bash | ||
playwright-testing workspace quota show --resource-group SampleRG --workspace-name myPlaywrightWorkspace --quota-name ScalableExecution | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [Group] _playwright-testing workspace quota_ | ||
|
||
Manage Quota resource for Microsoft Azure Playwright Testing service account | ||
|
||
## Commands | ||
|
||
- [list](/Commands/playwright-testing/workspace/quota/_list.md) | ||
: List quotas for a given workspace. | ||
|
||
- [show](/Commands/playwright-testing/workspace/quota/_show.md) | ||
: Get quota by name for an workspace. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# [Group] _playwright-testing workspace_ | ||
|
||
Manage Microsoft Playwright Testing service workspace resource | ||
|
||
## Subgroups | ||
|
||
- [quota](/Commands/playwright-testing/workspace/quota/readme.md) | ||
: Manage Quota resource for Microsoft Azure Playwright Testing service account | ||
|
||
## Commands | ||
|
||
- [create](/Commands/playwright-testing/workspace/_create.md) | ||
: Create a Microsoft Playwright Testing service Workspace resource | ||
|
||
- [delete](/Commands/playwright-testing/workspace/_delete.md) | ||
: Delete Microsoft Azure Playwright Testing service Workspace resource | ||
|
||
- [list](/Commands/playwright-testing/workspace/_list.md) | ||
: List Microsoft Azure Playwright Testing service Workspace resources by subscription ID | ||
|
||
- [show](/Commands/playwright-testing/workspace/_show.md) | ||
: Get a Microsoft Azure Playwright Testing service Workspace resource details | ||
|
||
- [update](/Commands/playwright-testing/workspace/_update.md) | ||
: Update Microsoft Azure Playwright Testing service Workspace resource |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.