Test and Deployment Guide
The test command sequence, deployment method, and server verification procedure are consolidated in the Deployment Procedure document.
- Local Test Sequence: TypeScript validation → Unit tests → Integration validation → Local server testing
- Deployment Method: Wrangler CLI or GitHub Actions (main push / workflow_dispatch)
- Post-deployment Verification: Health, Readiness, Liveness, API Endpoints
- Troubleshooting: Vitest compatibility, Queue/D1/KV absence, Health/API failure response
Refer to Deployment Procedure for detailed information on the above items.