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:*",