You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,8 +67,6 @@ To get the service endpoint URL and store it as a CI workflow secret, perform th
67
67
68
68
## Add service configuration file
69
69
70
-
### If you're using the **Playwright Test Runner**
71
-
72
70
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.
73
71
74
72
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
99
97
100
98
## Install service package
101
99
102
-
### If you're using the **NUnit Test Runner**
103
-
104
100
In your project, install Playwright Workspaces package.
105
101
106
102
```PowerShell
@@ -111,7 +107,7 @@ This command updates your project's `csproj` file by adding the service package
@@ -223,7 +219,6 @@ You can generate an access token from your Playwright workspace and use it in yo
223
219
224
220
::: zone pivot="playwright-test-runner"
225
221
226
-
### If you're using the **Playwright Test Runner**
227
222
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.
228
223
229
224
1. Open the CI workflow definition.
@@ -324,8 +319,6 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
324
319
325
320
::: zone pivot="nunit-test-runner"
326
321
327
-
### If you're using the **NUnit Test Runner**
328
-
329
322
Update the CI workflow definition to run your Playwright tests with the Playwright NUnit CLI. You configure your environment by specifying environment variables.
0 commit comments