Skip to content

Commit 8027b5f

Browse files
committed
fix more errors
1 parent 7230b9c commit 8027b5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ In this article, you learn how to use the features provided by Microsoft Playwri
2222
## Background
2323

2424
Microsoft Playwright Testing preview allows you to:
25-
- Accelerate build pipelines by running tests in parallel using cloud-hosted browsers.
26-
- Simplify troubleshooting with easy access to test results and artifacts published to the service.
25+
- 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..
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/quickstart-generate-rich-reports-for-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After you complete this quickstart, you'll have a Microsoft Playwright Testing w
2020
Microsoft Playwright Testing service enables you to:
2121

2222
- Accelerate build pipelines by running tests in parallel using cloud-hosted browsers.
23-
- Simplify troubleshooting with easy access to test results and artifacts published to the service.
23+
- Simplify troubleshooting by publishing test results and artifacts to the service, making them accessible through the service portal.
2424

2525
These two features of the service can be used independently of each other and each has its own [pricing plan](https://aka.ms/mpt/pricing). This means you can:
2626

@@ -76,7 +76,7 @@ export default defineConfig(
7676
Setting the value as `false` ensures that cloud-hosted browsers aren't used to run the tests. The tests run on your local machine but the results and artifacts are published on the service.
7777

7878
> [!TIP]
79-
> If you wish to accelerate your test run using cloud-hosted browser, you can set `useCloudHostedBrowsers` as true, This will run your tests on the service managed browsers.
79+
> If you wish to accelerate your test run using cloud-hosted browser, you can set `useCloudHostedBrowsers` as true. This will run your tests on the service managed browsers.
8080
8181
## Configure the service region endpoint
8282

0 commit comments

Comments
 (0)