Skip to content

Commit 3f2344e

Browse files
authored
Remove duplication
Remove duplication of creating a new file
1 parent a202ef5 commit 3f2344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To add the service configuration to your project:
8686
8787
1. Create a new file `playwright.service.config.ts` alongside the `playwright.config.ts` file.
8888
89-
1. Create a file `playwright.service.config.ts` and add the following content to it:
89+
1. Add the following content to it:
9090
9191
```typescript
9292
import { defineConfig } from '@playwright/test';

0 commit comments

Comments
 (0)