diff --git a/cmd/playwright-setup.md b/cmd/playwright-setup.md index b679907..e264a7b 100644 --- a/cmd/playwright-setup.md +++ b/cmd/playwright-setup.md @@ -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';