diff --git a/cmd/playwright-setup.md b/cmd/playwright-setup.md index 7eb1799..be6b6cb 100644 --- a/cmd/playwright-setup.md +++ b/cmd/playwright-setup.md @@ -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 -the WDS setup is in ![web-dev-server.md] +the WDS setup is in [here](web-dev-server.md) ```typescript import { defineConfig, devices } from '@playwright/test';