Testing Strategy
Description
Test pyramid guidance, mocking strategy, test fixtures, and templates for unit and integration tests.
When to Use
- •When adding tests for new features
- •When writing integration tests for service contracts
Resources
- •Templates available under
test-templates/for Jasmine/Karma and xUnit.
Integration
Agents (test-writer, implementation) should follow these templates to ensure consistent tests and harnesses.