From 851af7882a972578145cb088a9503bf6c15a069b Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 2 Feb 2024 11:33:37 +0100 Subject: [PATCH] Update playwright-setup.md --- cmd/playwright-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/playwright-setup.md b/cmd/playwright-setup.md index a8fafe6..a42b549 100644 --- a/cmd/playwright-setup.md +++ b/cmd/playwright-setup.md @@ -58,7 +58,7 @@ export default defineConfig({ ``` 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)