Update playwright-setup.md
This commit is contained in:
parent
838879352b
commit
8ceaca72c7
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
import { defineConfig, devices } from '@playwright/test';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue