Update playwright-setup.md

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

View file

@ -7,6 +7,9 @@ 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
the WDS setup is in [web-dev-server.md]
```typescript ```typescript
import { defineConfig, devices } from '@playwright/test'; import { defineConfig, devices } from '@playwright/test';