Update playwright-setup.md

This commit is contained in:
Sander Hautvast 2024-02-02 11:23:29 +01:00 committed by GitHub
parent f5c1884142
commit 6718d4d91c
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 [here](web-dev-server.md)
```typescript ```typescript
import { defineConfig, devices } from '@playwright/test'; import { defineConfig, devices } from '@playwright/test';