Skip to content

Commit e0ea262

Browse files
committed
testing pivots
1 parent b25774f commit e0ea262

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# YamlMime:ZonePivotGroups
2+
groups:
3+
- id: microsoft-playwright-testing
4+
title: Test runner
5+
prompt: Choose a test runner
6+
pivots:
7+
- id: playwright-test-runner
8+
title: Playwright Test Runner
9+
- id: nunit-test-runner
10+
title: NUnit

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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/zone_pivot_group_filename
8+
zone_pivot_groups: microsoft-playwright-testing
79
---
810

911
# Quickstart: Run end-to-end tests at scale with Microsoft Playwright Testing Preview
@@ -30,8 +32,11 @@ To get started with running your Playwright tests at scale on cloud browsers, yo
3032

3133
When the workspace creation finishes, you're redirected to the setup guide.
3234

35+
3336
## Install Microsoft Playwright Testing package
3437

38+
::: zone pivot="playwright-test-runner"
39+
3540
To use the service, install Microsoft Playwright Testing package.
3641

3742
```npm
@@ -45,6 +50,18 @@ This generates `playwright.service.config.ts` file which serves to:
4550

4651
If you already have this file, the package asks you to override it.
4752

53+
::: zone-end
54+
55+
::: zone pivot="nunit-test-runner"
56+
57+
To use the service, install Microsoft Playwright Testing package.
58+
59+
```PowerShell
60+
dotnet add package Azure.Developer.MicrosoftPlaywrightTesting.NUnit --prerelease
61+
```
62+
63+
::: zone-end
64+
4865
## Configure the service region endpoint
4966

5067
In your setup, you have to provide the region-specific service endpoint. The endpoint depends on the Azure region you selected when creating the workspace.

0 commit comments

Comments
 (0)