Update playwright-setup.md

This commit is contained in:
Sander Hautvast 2024-02-02 11:21:38 +01:00 committed by GitHub
parent 8ceaca72c7
commit f5c1884142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ pretty standard setup that you get from `npm i playwright`
``` ```
added the DEBUG env var to see logging of the wds server startup while running playwright added the DEBUG env var to see logging of the wds server startup while running playwright
the WDS setup is in [web-dev-server.md] the WDS setup is in ![web-dev-server.md]
```typescript ```typescript
import { defineConfig, devices } from '@playwright/test'; import { defineConfig, devices } from '@playwright/test';