Architecture: Validation & Smoke Testing
Validation & Smoke Testing
End-to-end smoke tests are manual validation runs that verify a full user flow works. Results are documented in the repo's
docs/ directory as smoke-test-results.md.Conventions
- Smoke tests are manual, not CI — they require real infrastructure and user interaction
- Results include: steps executed, timestamps, screenshots, measurements
- Qualitative assessments are acceptable when precise measurement isn't practical