Steering documents that guide test creation, coverage standards, and testing best practices for your projects.
Testing steering documents help Kiro write effective tests that focus on core functionality while maintaining clean, maintainable test code. These documents emphasize practical testing approaches and quality over quantity.
| Document | Description | Languages | Tags |
|---|---|---|---|
| Coming soon | Test coverage and quality standards | Multiple | testing, coverage |
| Coming soon | Unit testing best practices | Multiple | unit-tests, testing |
| Coming soon | Integration testing patterns | Multiple | integration-tests, testing |
Testing steering documents will help you:
-
Define test coverage expectations
-
Establish testing patterns and conventions
-
Guide Kiro in writing focused, effective tests
-
Balance comprehensive testing with development speed
# Copy a testing steering document to your project
cp practices/testing/test-coverage-standards.md .kiro/steering/
-
Focus on testing core functionality first
-
Write tests that validate real behavior, not implementation details
-
Keep tests simple and maintainable
-
Use testing steering documents to establish team standards
-
Code Quality - Code formatting and standards
-
Frameworks - Framework-specific testing patterns
-
Workflows - CI/CD and automated testing
Have testing steering documents to share? We welcome contributions that help teams establish effective testing practices. See our contribution guidelines for details.