You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Playwright NUnit client library for .NET - version 1.0.0-beta.1
9
+
# Azure Playwright NUnit client library for .NET - version 1.0.0-beta.2
10
10
11
11
12
12
Azure Playwright is a fully managed service that uses the cloud to enable you to run Playwright tests with much higher parallelization across different operating system-browser combinations simultaneously. This means faster test runs with broader scenario coverage, which helps speed up delivery of features without sacrificing quality. The service also enables you to publish test results and related artifacts to the service and view them in the service portal enabling faster and easier troubleshooting. With Azure Playwright, you can release features faster and more confidently.
13
13
14
-
Ready to get started? Jump into our [quickstart guide](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.Playwright.NUnit_1.0.0-beta.1/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md#getting-started)!
14
+
Ready to get started? Jump into our [quickstart guide](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.Playwright.NUnit_1.0.0-beta.2/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md#getting-started)!
15
15
16
16
## Useful links
17
17
18
-
-[Quickstart: Run end-to-end tests at scale](https://aka.ms/mpt/quickstart)
19
-
-[View Azure Playwright service demo](https://youtu.be/GenC1jAeTZE)
20
-
-[Documentation](https://aka.ms/mpt/docs)
21
-
-[Pricing](https://aka.ms/mpt/pricing)
22
-
-[Share feedback](https://aka.ms/mpt/feedback)
18
+
-[Quickstart: Run end-to-end tests at scale](https://aka.ms/pww/docs/quickstart)
To learn more about options for Microsoft Entra Id authentication, refer to [Azure.Identity credentials](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.Playwright.NUnit_1.0.0-beta.1/sdk/identity/Azure.Identity#credentials).
40
+
To learn more about options for Microsoft Entra Id authentication, refer to [Azure.Identity credentials](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.Playwright.NUnit_1.0.0-beta.2/sdk/identity/Azure.Identity#credentials).
42
41
43
42
#### Create a Workspace
44
43
45
-
1. Sign in to the [Playwright portal](https://aka.ms/mpt/portal) with your Azure account.
44
+
1. Sign in to the [Azure portal](https://portal.azure.com/) with your Azure account.
46
45
47
-
2. Create the Workspace
46
+
1. Create the Workspace.
48
47
49
-

48
+
- Select the menu button in the upper-left corner of the portal, and then select Create a resource.
|**Workspace Name**| A unique name to identify your workspace.<BR>The name can't contain special characters or whitespace. |
54
-
|**Azure Subscription**| Select an Azure subscription where you want to create the workspace. |
55
-
|**Region**| This is where test run data will be stored for your workspace. |
50
+

51
+
52
+
- Enter **Playwright Workspaces** in the search box.
53
+
54
+
- Select the **Playwright Workspaces** card, and then select **Create**.
55
+
56
+

57
+
58
+
- Provide the following information to configure a new Playwright workspace:
59
+
60
+
| Field | Description |
61
+
|-------|-------------|
62
+
|**Subscription**| Select the Azure subscription that you want to use for this Playwright workspace. |
63
+
|**Resource group**| Select an existing resource group. Or select **Create new**, and then enter a unique name for the new resource group. |
64
+
|**Name**| Enter a unique name to identify your workspace.<br/>The name can only consist of alphanumerical characters, and have a length between 3 and 64 characters. |
65
+
|**Location**| Select a geographic location to host your workspace.<br/>This location also determines where the test execution results are stored. |
66
+
67
+
> [!NOTE]
68
+
> Optionally, you can configure more details on the **Tags** tab. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
69
+
70
+
- After you're finished configuring the resource, select **Review + Create**.
71
+
72
+
- Review all the configuration settings and select **Create** to start the deployment of the Playwright workspace.
73
+
74
+
- When the process has finished, a deployment success message appears.
75
+
76
+
- To view the new workspace, select **Go to resource**.
77
+
78
+

79
+
|
56
80
57
81
> [!NOTE]
58
82
> If you don't see this screen, select an existing workspace and go to the next section.
@@ -70,17 +94,46 @@ using Azure.Identity;
70
94
namespacePlaywrightService.SampleTests; // Remember to change this as per your project namespace
The endpoint URL corresponds to the workspace region. You might see a different endpoint URL in the Playwright portal, depending on the region you selected when creating the workspace.
86
139
@@ -98,13 +151,13 @@ dotnet test
98
151
99
152
## Key concepts
100
153
101
-
Key concepts of the Azure Playwright NUnit SDK for .NET can be found [here](https://aka.ms/mpt/what-is-mpt)
154
+
Key concepts of the Azure Playwright NUnit SDK for .NET can be found [here](https://aka.ms/pww/docs/overview)
102
155
103
156
## Examples
104
157
105
158
Code samples for using this SDK can be found in the following locations
0 commit comments