From 69dbd4d5067f0cd01d7301cdb40819a55305df45 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Mon, 17 Feb 2025 18:13:21 +0400 Subject: [PATCH] chore: run playwright in headed mode locally --- tests/e2e/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 8658c169f..7684de875 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -5,7 +5,7 @@ "test:static": "tsc --noEmit && eslint . --quiet", "test:integration": "playwright install chromium && playwright test", "test:headed": "playwright install chromium && playwright test --headed", - "dev": "playwright install chromium && playwright test --ui" + "dev": "playwright install chromium && playwright test --ui --headed" }, "devDependencies": { "@custom/cms": "workspace:*",