Skip to content

Commit ce6b3d6

Browse files
committed
addressed comments
1 parent fd5def8 commit ce6b3d6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/playwright-testing/how-to-use-service-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article, you learn how to use the features provided by Microsoft Playwri
2323

2424
Microsoft Playwright Testing preview allows you to:
2525
- Accelerate build pipelines by running tests in parallel using cloud-hosted browsers.
26-
- Simplify troubleshooting by publishing test results and artifacts to the service, making them easily accessible through the service portal..
26+
- Simplify troubleshooting by publishing test results and artifacts to the service, making them easily accessible through the service portal.
2727

2828
These features have their own pricing plans and are billed separately. You can choose to use either feature or both. These features can be enabled or disabled for the workspace or for any specific run. To know more about pricing, see [Microsoft Playwright Testing preview pricing](https://aka.ms/mpt/pricing)
2929

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ ms.date: 09/23/2024
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.
2121

22-
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-open-test.png" alt-text="Screenshot that shows the preview of a test" lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-open-test.png":::
22+
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-open-test.png" alt-text="Screenshot that shows the preview of a test." lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-open-test.png":::
2323

2424
4. The Trace Viewer allows you to step through your test execution visually. You can:
2525
- Use the timeline to hover over individual steps, revealing the page state before and after each action.
2626
- Inspect detailed logs, DOM snapshots, network activity, errors, and console output for each step.
2727

28-
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png" alt-text="Screenshot that shows the trace viewer" lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png":::
28+
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png" alt-text="Screenshot that shows the trace viewer." lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png":::
2929

-29.8 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@ If you haven't configured your Playwright tests yet for running them on cloud-ho
6565

6666
Optionally, use the `playwright.service.config.ts` file in the [sample repository](https://github.com/microsoft/playwright-testing-service/blob/main/samples/get-started/playwright.service.config.ts).
6767

68-
1. Add the following content to it:
68+
2. Add the following content to it:
6969

7070
:::code language="typescript" source="~/playwright-testing-service/samples/get-started/playwright.service.config.ts":::
7171

7272
By default, the service configuration enables you to:
7373
- Accelerate build pipelines by running tests in parallel using cloud-hosted browsers.
7474
- Simplify troubleshooting with easy access to test results and artifacts published to the service.
7575

76-
However, you can choose to use either of these feature or both. See [How to use service features](./how-to-use-service-features.md#manage-features-while-running-tests) and update the service configuration file as per your requirement.
76+
However, you can choose to use either of these features or both. See [How to use service features](./how-to-use-service-features.md#manage-features-while-running-tests) and update the service configuration file as per your requirement.
7777

78-
1. Save and commit the file to your source code repository.
78+
3. Save and commit the file to your source code repository.
7979

8080
## Update package.json file
8181

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ We recommend that you use the `dotenv` module to manage your environment. With `
111111
Make sure to replace the `{MY-REGION-ENDPOINT}` text placeholder with the value you copied earlier.
112112

113113

114-
## Set up Authentication
114+
## Set up authentication
115115

116116
To publish test results and artifacts to your Microsoft Playwright Testing workspace, you need to authenticate the Playwright client where you're running the tests with the service. The client could be your local dev machine or CI machine.
117117

0 commit comments

Comments
 (0)