2026-02-02 18:34:14 +00:00
|
|
|
summary: Frontend Tests (Web)
|
|
|
|
|
tier: 1
|
|
|
|
|
component: frontend
|
|
|
|
|
test: ./build.sh
|
|
|
|
|
duration: 10m
|
|
|
|
|
require:
|
|
|
|
|
- npm
|
|
|
|
|
|
2026-02-11 21:18:57 +00:00
|
|
|
/unit:
|
|
|
|
|
summary: Unit Tests (Vitest)
|
|
|
|
|
test: ./unit.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
|
2026-02-02 18:34:14 +00:00
|
|
|
/build:
|
|
|
|
|
summary: Build Test
|
|
|
|
|
test: ./build.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
|
|
|
|
|
/build-perf:
|
|
|
|
|
summary: Build Time Budget
|
|
|
|
|
test: ./build_perf.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
|
|
|
|
|
/bundle-size:
|
|
|
|
|
summary: Bundle Size Check (Strict)
|
|
|
|
|
test: ./bundle_size.sh
|
|
|
|
|
tier: 1
|
|
|
|
|
|
|
|
|
|
/no-critical-js:
|
|
|
|
|
summary: No Critical JS Check
|
|
|
|
|
test: ./no_critical_js.sh
|
|
|
|
|
tier: 1
|