Skip to content

Commit b68b350

Browse files
committed
fixed typos
1 parent bf44f45 commit b68b350

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/playwright-testing/how-to-use-service-config-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't have this file in your code, follow the QuickStart guide, see [Quic
1515
1616
## Prerequisites
1717

18-
* Follow the Qickstart guide and set up a project to run with Microsoft Playwright Testing service. See, [Quickstart: Run end-to-end tests at scale with Microsoft Playwright Testing Preview](./quickstart-run-end-to-end-tests.md)
18+
* Follow the Quickstart guide and set up a project to run with Microsoft Playwright Testing service. See, [Quickstart: Run end-to-end tests at scale with Microsoft Playwright Testing Preview](./quickstart-run-end-to-end-tests.md)
1919

2020
Here's version of the `playwright.service.config.ts` file with all the available options:
2121

@@ -57,7 +57,7 @@ export default defineConfig(
5757
- **Description**: This setting allows you to choose the authentication method you want to use for your test run.
5858
- **Available Options**:
5959
- `TOKEN` to use access tokens. You need to enable authentication using access tokens if you want to use this option, see [manage authentication](./how-to-manage-authentication.md).
60-
- `ENTRA` to use Entra ID for authentication. It's the default mode.
60+
- `ENTRA` to use Microsoft Entra ID for authentication. It's the default mode.
6161
- **Default Value**: `ENTRA_ID`
6262
- **Example**:
6363
```typescript

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ We recommend that you use the `dotenv` module to manage your environment. With `
8080

8181
## Set up Authentication
8282

83-
To run your Playwright tests in your Microsoft Playwright Testing workspace, you need to authenticate the Playwright client where you are running the tests with the service. This could be your local dev machine or CI machine.
83+
To run your Playwright tests in your Microsoft Playwright Testing workspace, you need to authenticate the Playwright client where you're running the tests with the service. This could be your local dev machine or CI machine.
8484
8585
The service offers two authentication methods: Microsoft Entra ID and Access Tokens.
8686
@@ -244,7 +244,7 @@ Go to the [Playwright portal](https://aka.ms/mpt/portal) to view the test runs a
244244
245245
:::image type="content" source="./media/quickstart-run-end-to-end-tests/playwright-testing-test-run-page.png" alt-text="Screenshot that shows the test runs for a workspace in the Playwright Testing portal." lightbox="./media/quickstart-run-end-to-end-tests/playwright-testing-test-run-page.png":::
246246
247-
The test run contains the CI information, test run status, workers used, duration and billable minutes. If you open a test run, you can see the results and artifacts for each test along with other information.
247+
The test run contains the CI information, test run status, workers used, duration, and billable minutes. If you open a test run, you can see the results and artifacts for each test along with other information.
248248
249249
> [!TIP]
250250
> You can use Microsoft Playwright Testing service features independently. You can publish test results to the portal without using the cloud-hosted browsers feature and you can also use only cloud-hosted browsers to expedite your test suite without publishing test results.

0 commit comments

Comments
 (0)