veza/tmt/tests/frontend/main.fmf
senke ad60247f33 feat: global update including storybook setup and backend fixes
- Web: Setup Storybook, added addons, configured Tailwind, added stories for UI components.
- Backend: Updated API router, database, workers, and auth in common.
- Stream Server: Removed SQLx queries and updated auth.
- Docs & Scripts: Updated documentation and recovery scripts.
2026-02-02 19:34:14 +01:00

27 lines
443 B
Text

summary: Frontend Tests (Web)
tier: 1
component: frontend
test: ./build.sh
duration: 10m
require:
- npm
/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