This commit is contained in:
MartinBraquet
2026-03-13 15:18:38 +01:00
parent a84ad62ea2
commit 307076d88e
2 changed files with 3 additions and 0 deletions

View File

@@ -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",

View File

@@ -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