Skip to content

Commit a922bcf

Browse files
committed
fixed typos
1 parent 95a9c82 commit a922bcf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/playwright-testing/how-to-manage-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Microsoft Playwright Testing authentication
3-
description: Learn how manage authentication and authorization for Microsoft Playwright Testing preview
3+
description: Learn how to manage authentication and authorization for Microsoft Playwright Testing preview
44
ms.topic: how-to
55
ms.date: 09/07/2024
66
ms.custom: playwright-testing-preview

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you haven't configured your Playwright tests yet for running them on cloud-ho
7373

7474
## Update package.json file
7575

76-
Update the `package.json` file in your repository to add details about Microaoft Playwright Testing service package in `devDependencies` section.
76+
Update the `package.json` file in your repository to add details about Microsoft Playwright Testing service package in `devDependencies` section.
7777

7878
```json
7979
"devDependencies": {
@@ -162,7 +162,7 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
162162
163163
1. Save and commit your changes.
164164
165-
When the CI workflow is triggered, your Playwright tests will run in your Microsoft Playwright Testing workspace on cloud-hosted browsers, across 20 parallel workers.
165+
When the CI workflow is triggered, your Playwright tests run in your Microsoft Playwright Testing workspace on cloud-hosted browsers, across 20 parallel workers.
166166
167167
> [!CAUTION]
168168
> With Microsoft Playwright Testing, you get charged based on the number of total test minutes and test result published. If you're a first-time user or [getting started with a free trial](./how-to-try-playwright-testing-free.md), you might start with running a single test at scale instead of your full test suite to avoid exhausting your free test minutes and test results.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ To use the service, install Microsoft Playwright Testing package.
3838
npm init @azure/microsoft-playwright-testing
3939
```
4040

41-
This will generate `playwright.service.config.ts` file which serves to:
41+
This generates `playwright.service.config.ts` file which serves to:
4242

4343
- Direct and authenticate Playwright to the Microsoft Playwright Testing service.
4444
- Adds a reporter to publish test results and artifacts.
4545

46-
If you already have this file, the package will ask you to override it.
46+
If you already have this file, the package asks you to override it.
4747

4848
## Configure the service region endpoint
4949

@@ -93,7 +93,7 @@ Microsoft Entra ID is the default and recommended authentication for the service
9393
```CLI
9494
az login
9595
```
96-
**NOTE**: If you are a part of multiple Microsoft Entra tenants, make sure you sign-in to the tenant where your workspace belongs. You can get the tenant id from Azure portal, see [Find your Microsoft Entra Tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). Once you get the ID, sign-in using the command `az login --tenant <TenantID>`
96+
**NOTE**: If you are a part of multiple Microsoft Entra tenants, make sure you sign-in to the tenant where your workspace belongs. You can get the tenant id from Azure portal. See [Find your Microsoft Entra Tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). Once you get the ID, sign-in using the command `az login --tenant <TenantID>`
9797

9898
##### Set up authentication using access tokens
9999

0 commit comments

Comments
 (0)