Update playwright-setup.md

This commit is contained in:
Sander Hautvast 2024-02-02 11:33:37 +01:00 committed by GitHub
parent 99cc3a8167
commit 851af7882a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ export default defineConfig({
``` ```
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
for convinience and to inform your mates I added the 2 options with `--headed` and `--ui`. Use the ui to develop your tests for convenience and to inform your mates I added the 2 options with `--headed` and `--ui`. Use the ui to develop your tests
the WDS setup is in [here](web-dev-server.md) the WDS setup is in [here](web-dev-server.md)