Skip to content

Commit 86b9810

Browse files
authored
Update how-to-test-local-applications.md
1 parent ea02628 commit 86b9810

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ You can specify one or multiple networks by using a list of rules. For example,
3030

3131
::: zone pivot="playwright-test-runner"
3232

33-
### If you're using the **Playwright Test Runner**
34-
3533
You can configure the `exposeNetwork` option in `playwright.service.config.ts`. The following example shows how to expose the `localhost` network by using the [`<loopback>`](https://en.wikipedia.org/wiki/Loopback) rule. You can also replace `localhost` with a domain that you want to enable for the service.
3634

3735
```typescript
@@ -60,8 +58,6 @@ npx playwright test --config=playwright.service.config.ts --workers=20
6058

6159
::: zone pivot="nunit-test-runner"
6260

63-
### If you're using the **NUnit Test Runner**
64-
6561
You can configure the `ExposeNetwork` option in the setup file. The following example shows how to expose the `localhost` network by using the [`<loopback>`](https://en.wikipedia.org/wiki/Loopback) rule. You can also replace `localhost` with a domain that you want to enable for the service.
6662

6763
```c#

0 commit comments

Comments
 (0)