Skip to content

Commit 21865e5

Browse files
authored
Update quickstart-automate-end-to-end-testing.md
1 parent a2bdd24 commit 21865e5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: playwright-workspaces
99
author: ninallam
1010
ms.author: ninallam
1111
ms.custom: playwright-workspaces-preview
12-
zone_pivot_group_filename: playwright-workspaces/zone-pivots-groups.json
12+
zone_pivot_group_filename: app-testing/playwright-workspaces/zone-pivots-groups.json
1313
zone_pivot_groups: playwright-workspaces
1414
---
1515

@@ -67,8 +67,6 @@ To get the service endpoint URL and store it as a CI workflow secret, perform th
6767

6868
## Add service configuration file
6969

70-
### If you're using the **Playwright Test Runner**
71-
7270
If you don't have Playwright tests configured to run with the service, add a service configuration file to your repository. In the next step, you then specify this service configuration file on the Playwright CLI.
7371

7472
1. Create a new file `playwright.service.config.ts` alongside the `playwright.config.ts` file.
@@ -99,8 +97,6 @@ Update the `package.json` file in your repository to add details about Playwrigh
9997

10098
## Install service package
10199

102-
### If you're using the **NUnit Test Runner**
103-
104100
In your project, install Playwright Workspaces package.
105101

106102
```PowerShell
@@ -111,7 +107,7 @@ This command updates your project's `csproj` file by adding the service package
111107

112108
```xml
113109
<ItemGroup>
114-
<PackageReference Include="Azure.Developer.Playwright.NUnit" Version="1.0.0-beta.1" />
110+
<PackageReference Include="Azure.Developer.Playwright.NUnit" Version="1.0.0-beta.2" />
115111
</ItemGroup>
116112
```
117113

@@ -223,7 +219,6 @@ You can generate an access token from your Playwright workspace and use it in yo
223219

224220
::: zone pivot="playwright-test-runner"
225221

226-
### If you're using the **Playwright Test Runner**
227222
Update the CI workflow definition to run your Playwright tests with the Playwright CLI. Pass the [service configuration file](#add-service-configuration-file) as an input parameter for the Playwright CLI. You configure your environment by specifying environment variables.
228223

229224
1. Open the CI workflow definition.
@@ -324,8 +319,6 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
324319
325320
::: zone pivot="nunit-test-runner"
326321
327-
### If you're using the **NUnit Test Runner**
328-
329322
Update the CI workflow definition to run your Playwright tests with the Playwright NUnit CLI. You configure your environment by specifying environment variables.
330323
331324
1. Open the CI workflow definition.

0 commit comments

Comments
 (0)