Test Automation Workflow
Full test automation workflow from test design through execution and reporting.
Workflow Steps
- Test Planning: Define test strategy and scope
- Test Generation: Create tests via TDD patterns
- Unit Tests: Run
/run-tests --type unit - Integration Tests: Run
/run-tests --type integration - E2E Tests: Run
/run-tests --type e2e - Mobile Tests: Run
/run-tests --type mobile(if applicable) - Coverage Analysis: Generate coverage report
- Report: Publish test results and metrics
Agents Involved
testing-specialist: Test strategy and designqa-reviewer: Test review and validationload-testing-specialist: Performance testing
Success Criteria
- All test types executed
- Coverage >= 80%
- No critical failures
- Reports published
Related Components
| Component | Purpose |
|---|---|
run-tests | Test execution |
test-automation-patterns | Test patterns skill |
Generated by: H.10.6 Supporting Components Generator Track: E Created: 2026-02-06