From f5c18841427d49ca8ded76a757effb80f14b1235 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 2 Feb 2024 11:21:38 +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 e264a7b..7eb1799 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 ![web-dev-server.md] ```typescript import { defineConfig, devices } from '@playwright/test';