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
Copy file name to clipboardExpand all lines: articles/playwright-testing/includes/include-playwright-portal-view-test-results.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.date: 09/23/2024
14
14
15
15
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-open-test-run.png" alt-text="Screenshot that shows list of tests in the test run." lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-open-test-run.png":::
16
16
17
-
3. The Playwright Portal provides all the necessary information for troubleshooting. You can:
17
+
3. The Playwright portal provides all the necessary information for troubleshooting. You can:
18
18
- Switch between retries.
19
19
- View detailed error logs, test steps, and attached artifacts such as screenshots or videos.
20
20
- Navigate directly to the **Trace Viewer** for deeper analysis.
In this quickstart, you learn how to troubleshoot your Playwright tests easily using reports and artifacts published on Microsoft Playwright Testing Preview.
12
12
13
-
After you complete this quickstart, you have a Microsoft Playwright Testing workspace to view test results and artifacts in the service portal.
13
+
After you complete this quickstart, you'll have a Microsoft Playwright Testing workspace to view test results and artifacts in the service portal.
14
14
15
15
> [!IMPORTANT]
16
16
> Microsoft Playwright Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -24,15 +24,15 @@ After you complete this quickstart, you have a Microsoft Playwright Testing work
24
24
25
25
## Create a workspace
26
26
27
-
To get started with running your Playwright tests at scale on cloud browsers, you first create a Microsoft Playwright Testing workspace in the Playwright portal.
27
+
To get started with running your Playwright tests at scale on cloud browsers, first create a Microsoft Playwright Testing workspace in the Playwright portal.
28
28
29
29
[!INCLUDE [Create workspace in Playwright portal](./includes/include-playwright-portal-create-workspace.md)]
30
30
31
31
When the workspace creation finishes, you're redirected to the setup guide.
32
32
33
33
## Install Microsoft Playwright Testing package
34
34
35
-
To use the service, install Microsoft Playwright Testing package.
35
+
To use the service, install the Microsoft Playwright Testing package.
36
36
37
37
```npm
38
38
npm init @azure/microsoft-playwright-testing
@@ -66,7 +66,7 @@ Setting this as `false` ensures that cloud-hosted browsers are not used to run t
66
66
67
67
In your setup, you have to provide the region-specific service endpoint. The endpoint depends on the Azure region you selected when creating the workspace.
68
68
69
-
To get the service endpoint URL, perform the following steps:
69
+
To get the service endpoint URL:
70
70
71
71
1. In **Add region endpoint in your setup**, copy the region endpoint for your workspace.
72
72
@@ -158,7 +158,7 @@ Test report: https://playwright.microsoft.com/workspaces/<workspace-id>/runs/<ru
158
158
159
159
## View test runs and results in the Playwright portal
160
160
161
-
You can now troubleshoot the failed test cases easily in the Playwright portal,
161
+
You can now troubleshoot the failed test cases in the Playwright portal.
162
162
163
163
[!INCLUDE [View test runs and results in the Playwright portal](./includes/include-playwright-portal-view-test-results.md)]
0 commit comments