From 8ceaca72c707a95947c9e7d49dc3d652c9e4a426 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 2 Feb 2024 11:21:00 +0100 Subject: [PATCH] Update playwright-setup.md --- cmd/playwright-setup.md | 3 +++ 1 file changed, 3 insertions(+) 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';