diff --git a/package.json b/package.json index 2c39c92d..528e34d5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "test:e2e": "./scripts/e2e.sh", "test:e2e:debug": "./scripts/e2e.sh --debug", "test:e2e:dev": "./scripts/e2e-dev.sh", + "test:e2e:dev:ui": "yarn test:e2e:dev --ui", "test:e2e:services": "./scripts/e2e_services.sh", "test:e2e:ui": "./scripts/e2e.sh --ui", "test:update": "yarn workspaces run test --updateSnapshot", diff --git a/scripts/e2e-dev.sh b/scripts/e2e-dev.sh index b1c3ed52..8944ec80 100755 --- a/scripts/e2e-dev.sh +++ b/scripts/e2e-dev.sh @@ -44,6 +44,8 @@ print_status "Checking services..." check_services print_status "All services running ✅" +npx playwright install chromium + # Run tests - pass all args through to playwright # Examples: # yarn test:e2e:dev → all e2e tests