Skip to content

Commit fb45fa3

Browse files
committed
fixed errors
1 parent f3781c3 commit fb45fa3

8 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to manage authentication and authorization for Microsoft
44
ms.topic: how-to
55
ms.date: 09/07/2024
66
ms.custom: playwright-testing-preview
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

articles/playwright-testing/how-to-test-local-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to run end-to-end for locally deployed applications with
44
ms.topic: how-to
55
ms.date: 10/04/2023
66
ms.custom: playwright-testing-preview
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use options available in configuration file with Micro
44
ms.topic: how-to
55
ms.date: 09/07/2024
66
ms.custom: playwright-testing-preview
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use different features offered by Microsoft Playwright
44
ms.topic: how-to
55
ms.date: 09/07/2024
66
ms.custom: playwright-testing-preview
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to run your Playwright tests at s
44
ms.topic: quickstart
55
ms.date: 10/04/2023
66
ms.custom: playwright-testing-preview, build-2024
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

@@ -108,7 +108,7 @@ In the `playwright.config.ts` file of your project, make sure you are collecting
108108
1. Create a new file `PlaywrightServiceSetup.cs` in the root directory of your project. This file facilitates authentication of your client with the service.
109109
2. Add the following content to it:
110110

111-
:::code language="typescript" source="~/playwright-testing-service/samples/.NET/NUnit/PlaywrightServiceSetup.cs":::
111+
:::code language="csharp" source="~/playwright-testing-service/samples/.NET/NUnit/PlaywrightServiceSetup.cs":::
112112

113113
3. Save and commit the file to your source code repository.
114114

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'This quickstart shows how to troubleshoot your test runs using Mic
44
ms.topic: quickstart
55
ms.date: 09/23/2024
66
ms.custom: playwright-testing-preview
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

@@ -261,7 +261,7 @@ You've now prepared the configuration for publishing test results and artifacts
261261
dotnet test --settings:.runsettings
262262
```
263263
264-
The settings for your test run is defined in `.runsettings` file. For more information, see [how to use service package options](./how-to-use-service-config-file.md#options-in-runsettings-file)
264+
The settings for your test run are defined in `.runsettings` file. For more information, see [how to use service package options](./how-to-use-service-config-file.md#options-in-runsettings-file)
265265
266266
> [!NOTE]
267267
> For the Reporting feature of Microsoft Playwright Testing, you get charged based on the number test results 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 publishing single test result instead of your full test suite to avoid exhausting your free trial limits.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'This quickstart shows how to run your Playwright tests with highly
44
ms.topic: quickstart
55
ms.date: 10/04/2023
66
ms.custom: playwright-testing-preview, build-2024
7-
zone_pivot_group_filename: playwright-testing/ZonePivotGroups.json
7+
zone_pivot_group_filename: playwright-testing/zone-pivots-groups.json
88
zone_pivot_groups: microsoft-playwright-testing
99
---
1010

@@ -313,7 +313,7 @@ Run Playwright tests against browsers managed by the service and see the results
313313
dotnet test --settings:.runsettings --logger "microsoft-playwright-testing" -- NUnit.NumberOfTestWorkers=20
314314
```
315315
316-
The settings for your test run is defined in `.runsettings` file. See [how to use service package options](./how-to-use-service-config-file.md#options-in-runsettings-file)
316+
The settings for your test run are defined in `.runsettings` file. See [how to use service package options](./how-to-use-service-config-file.md#options-in-runsettings-file)
317317
318318
After the test run completes, you can view the test status in the terminal.
319319

0 commit comments

Comments
 (0)