chore: sync local latest state and repository cleanup

This commit is contained in:
Your Name
2026-03-23 13:02:36 +08:00
parent f1ff3d629f
commit 2ef0f17961
493 changed files with 46912 additions and 7977 deletions

View File

@@ -1,5 +1,19 @@
{
"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"
}
}