7 lines
269 B
Markdown
7 lines
269 B
Markdown
# Testing Strategy
|
|
- **Vitest + RTL** for unit/component
|
|
- **Playwright** for e2e
|
|
- **Testcontainers** for DB integration
|
|
- Contract tests for MCP responses (shape/status)
|
|
- a11y checks (eslint-plugin-jsx-a11y + automated tooling)
|
|
- Responsive checks across breakpoints |