Skip to content

Commit 1744e51

Browse files
vvs11juliakm
andauthored
Apply suggestions from code review
Co-authored-by: Julia Kulla-Mader <[email protected]>
1 parent 4ef8d66 commit 1744e51

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/playwright-testing/includes/include-playwright-portal-view-test-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 09/23/2024
1414

1515
:::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":::
1616

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:
1818
- Switch between retries.
1919
- View detailed error logs, test steps, and attached artifacts such as screenshots or videos.
2020
- Navigate directly to the **Trace Viewer** for deeper analysis.

articles/playwright-testing/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ landingContent:
3636
url: quickstart-run-end-to-end-tests.md
3737
- text: Set up continuous end-to-end testing
3838
url: quickstart-automate-end-to-end-testing.md
39-
- text: Troubleshoot using rich reports and atrifacts
39+
- text: Troubleshoot using rich reports and artifacts
4040
url: quickstart-generate-rich-reports-for-tests.md
4141
- linkListType: concept
4242
links:

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
107107
```yml
108108

109109
# This step is to sign-in to Azure to run tests from GitHub Action workflow.
110-
# You can choose how to set up Authentication to Azure from GitHub Actions, this is one example.
110+
# Choose how to set up authentication to Azure from GitHub Actions. This is one example.
111111
- name: Login to Azure with AzPowershell (enableAzPSSession true)
112112
uses: azure/login@v2
113113
with:
@@ -190,7 +190,7 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
190190

191191
## View test runs and results in the Playwright portal
192192

193-
You can now troubleshoot the CI pipeline easily in the Playwright portal,
193+
You can now troubleshoot the CI pipeline in the Playwright portal,
194194

195195
[!INCLUDE [View test runs and results in the Playwright portal](./includes/include-playwright-portal-view-test-results.md)]
196196

articles/playwright-testing/quickstart-generate-rich-reports-for-tests.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: playwright-testing-preview
1010

1111
In this quickstart, you learn how to troubleshoot your Playwright tests easily using reports and artifacts published on Microsoft Playwright Testing Preview.
1212

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.
1414

1515
> [!IMPORTANT]
1616
> 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
2424

2525
## Create a workspace
2626

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.
2828

2929
[!INCLUDE [Create workspace in Playwright portal](./includes/include-playwright-portal-create-workspace.md)]
3030

3131
When the workspace creation finishes, you're redirected to the setup guide.
3232

3333
## Install Microsoft Playwright Testing package
3434

35-
To use the service, install Microsoft Playwright Testing package.
35+
To use the service, install the Microsoft Playwright Testing package.
3636

3737
```npm
3838
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
6666

6767
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.
6868

69-
To get the service endpoint URL, perform the following steps:
69+
To get the service endpoint URL:
7070

7171
1. In **Add region endpoint in your setup**, copy the region endpoint for your workspace.
7272

@@ -158,7 +158,7 @@ Test report: https://playwright.microsoft.com/workspaces/<workspace-id>/runs/<ru
158158

159159
## View test runs and results in the Playwright portal
160160

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.
162162

163163
[!INCLUDE [View test runs and results in the Playwright portal](./includes/include-playwright-portal-view-test-results.md)]
164164

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To run your Playwright test suite in Visual Studio Code with Microsoft Playwrigh
250250
251251
## View test runs and results in the Playwright portal
252252
253-
You can now troubleshoot the failed test cases easily in the Playwright portal,
253+
You can now troubleshoot the failed test cases in the Playwright portal.
254254
255255
[!INCLUDE [View test runs and results in the Playwright portal](./includes/include-playwright-portal-view-test-results.md)]
256256

0 commit comments

Comments
 (0)