Files
work-club-manager/.sisyphus/evidence/task-2-frontend-script-map.txt
WorkClub Automation 271b3c189c
Some checks failed
CI Pipeline / Backend Build & Test (pull_request) Failing after 49s
CI Pipeline / Frontend Lint, Test & Build (pull_request) Successful in 28s
CI Pipeline / Infrastructure Validation (pull_request) Successful in 4s
chore: commit sisyphus evidence and CI/CD artifacts
2026-03-09 15:05:55 +01:00

42 lines
1.2 KiB
Plaintext

CANONICAL FRONTEND TEST COMMANDS
Generated: 2026-03-08
Source: frontend/package.json (lines 5-12)
================================================================================
CONFIRMED COMMANDS FOR GREEN GATE VERIFICATION:
1. LINT COMMAND
Script: "lint"
Full Command: bun run lint
Definition: eslint
Tool: ESLint v9
Configuration: eslint.config.mjs
Status: ✓ VERIFIED (callable)
2. TEST COMMAND
Script: "test"
Full Command: bun run test
Definition: vitest run
Tool: Vitest v4.0.18
Configuration: vitest.config.ts
Status: ✓ VERIFIED (callable)
3. BUILD COMMAND
Script: "build"
Full Command: bun run build
Definition: next build
Tool: Next.js v16.1.6
Configuration: next.config.ts
Output: standalone format
Status: ✓ VERIFIED (callable)
ADDITIONAL SCRIPTS (not required for green gate):
- "dev": next dev (development server)
- "start": next start (production server)
- "test:watch": vitest (watch mode testing)
- "test:e2e": playwright test (end-to-end testing)
================================================================================
VERIFICATION STATUS: ALL THREE COMMANDS PRESENT AND CALLABLE
================================================================================