{ "name": "mosquito", "private": true, "devDependencies": { "@playwright/test": "^1.48.0" }, "scripts": { "test:e2e:smoke": "cd frontend/e2e && npx playwright test tests/simple-health.spec.ts --config playwright.config.ts", "test:e2e:strict": "cd frontend/e2e && E2E_STRICT=true npx playwright test tests/user-journey-fixed.spec.ts --config playwright.config.ts", "test:e2e": "cd frontend/e2e && npx playwright test --config playwright.config.ts", "test:e2e:install": "cd frontend/e2e && npx playwright install chromium", "clean:workspace:check": "./scripts/ci/clean-artifacts.sh --include-build-outputs --fail-on-found", "clean:workspace:apply": "./scripts/ci/clean-artifacts.sh --include-build-outputs --apply --mode archive --archive-tag manual_cleanup", "logs:health:check": "./scripts/ci/logs-health-check.sh", "logs:archive:check": "./scripts/ci/archive-logs.sh --older-than-days 1", "logs:archive:apply": "./scripts/ci/archive-logs.sh --apply --older-than-days 1 --archive-tag manual_log_archive", "logs:archive:index": "./scripts/ci/update-log-archive-index.sh" } }