Execute comprehensive test suite with detailed reporting and coverage analysis.
# Test Execution Command Execute comprehensive test suite with detailed reporting and coverage analysis. ## Context - Test type: $1 (unit|integration|e2e|all - default: all) - Coverage threshold: $2 (default: 80%) - Current test files: !`find . -name "*test*" -o -name "*spec*" | head -10` - Test configuration: @package.json ## Test Execution Strategy ### 1. **Unit Tests** - Run isolated component tests - Validate business logic - Check error handling - Measure code coverage ### 2. **Integration Tests** - Test component interactions - Validate API endpoints - Check database operations -...
`/project:test <COMPONENT_OR_FEATURE>`
Write tests for code using test-driven development principles
测试策略协调员,全面测试规划和实施
Execute tests, generate test reports, and maintain test coverage
Execute tests with coverage analysis and automated quality reporting