Skip to main content

Test Automation Workflow

Full test automation workflow from test design through execution and reporting.

Workflow Steps

  1. Test Planning: Define test strategy and scope
  2. Test Generation: Create tests via TDD patterns
  3. Unit Tests: Run /run-tests --type unit
  4. Integration Tests: Run /run-tests --type integration
  5. E2E Tests: Run /run-tests --type e2e
  6. Mobile Tests: Run /run-tests --type mobile (if applicable)
  7. Coverage Analysis: Generate coverage report
  8. Report: Publish test results and metrics

Agents Involved

  • testing-specialist: Test strategy and design
  • qa-reviewer: Test review and validation
  • load-testing-specialist: Performance testing

Success Criteria

  • All test types executed
  • Coverage >= 80%
  • No critical failures
  • Reports published
ComponentPurpose
run-testsTest execution
test-automation-patternsTest patterns skill

Generated by: H.10.6 Supporting Components Generator Track: E Created: 2026-02-06