2026-02-02 18:34:14 +00:00
|
|
|
summary: Frontend Tests (Web)
|
|
|
|
|
tier: 1
|
|
|
|
|
component: frontend
|
2026-04-02 17:42:03 +00:00
|
|
|
duration: 15m
|
2026-02-02 18:34:14 +00:00
|
|
|
require:
|
|
|
|
|
- npm
|
|
|
|
|
|
2026-04-02 17:42:03 +00:00
|
|
|
/security-audit:
|
|
|
|
|
summary: Security Audit (npm audit)
|
|
|
|
|
test: ./security_audit.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 10
|
|
|
|
|
|
|
|
|
|
/types-sync:
|
|
|
|
|
summary: Types Sync Check (OpenAPI)
|
|
|
|
|
test: ./types_sync.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 15
|
|
|
|
|
|
|
|
|
|
/lint:
|
|
|
|
|
summary: Lint (ESLint)
|
|
|
|
|
test: ./lint.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 20
|
|
|
|
|
|
|
|
|
|
/format-check:
|
|
|
|
|
summary: Format Check (Prettier)
|
|
|
|
|
test: ./format_check.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 20
|
|
|
|
|
|
|
|
|
|
/no-critical-js:
|
|
|
|
|
summary: No Critical JS Check
|
|
|
|
|
test: ./no_critical_js.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 20
|
|
|
|
|
|
|
|
|
|
/typecheck:
|
|
|
|
|
summary: Type Check (TypeScript)
|
|
|
|
|
test: ./typecheck.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 30
|
|
|
|
|
|
2026-02-11 21:18:57 +00:00
|
|
|
/unit:
|
|
|
|
|
summary: Unit Tests (Vitest)
|
|
|
|
|
test: ./unit.sh
|
|
|
|
|
tier: 1
|
2026-04-02 17:42:03 +00:00
|
|
|
order: 40
|
|
|
|
|
|
|
|
|
|
/contrast:
|
|
|
|
|
summary: Contrast Tests (WCAG)
|
|
|
|
|
test: ./contrast.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
order: 40
|
2026-02-11 21:18:57 +00:00
|
|
|
|
2026-02-02 18:34:14 +00:00
|
|
|
/build:
|
|
|
|
|
summary: Build Test
|
|
|
|
|
test: ./build.sh
|
|
|
|
|
tier: 1
|
2026-04-02 17:42:03 +00:00
|
|
|
order: 50
|
2026-02-02 18:34:14 +00:00
|
|
|
|
|
|
|
|
/bundle-size:
|
|
|
|
|
summary: Bundle Size Check (Strict)
|
|
|
|
|
test: ./bundle_size.sh
|
|
|
|
|
tier: 1
|
2026-04-02 17:42:03 +00:00
|
|
|
order: 60
|
2026-02-02 18:34:14 +00:00
|
|
|
|
2026-04-02 17:42:03 +00:00
|
|
|
/build-perf:
|
|
|
|
|
summary: Build Time Budget
|
|
|
|
|
test: ./build_perf.sh
|
2026-02-02 18:34:14 +00:00
|
|
|
tier: 1
|
2026-04-02 17:42:03 +00:00
|
|
|
order: 60
|