🧪 Testing Strategy
Frontend
- React Testing Library
- Snapshot and behavior testing
- Coverage: 90%+
- e2e - playwright
Backend
- Jest
- Unit and integration tests
- Coverage: 80%+
- e2e - jest
CI Integration
- Tests executed on pre-commit
- Pipeline with tests and lint runs on every pull request creation