cyberneticlibrary

Write and validate test coverage

team-testersubagentsetup L262
modu-ai/cc-plugins
What it does

Execute integration tests for multi-team deliverables and handoff flows

Best for

Verifying that frontend, backend, and infrastructure pieces actually work together in realistic scenarios before handing off to production ops.

Inputs
  • · feature from multiple teams (frontend, backend, infrastructure)
  • · integration test specs
Outputs
  • · integration test report
  • · failure analysis
  • · handoff verification
Requires
  • · pytest
  • · playwright
  • · curl
  • · container orchestration
Preconditions
  • · all components deployed to staging
  • · test environment mirrors production
Failure modes
  • · timing flake if async not awaited
  • · data isolation broken if shared test DB
Trust signals
  • · end-to-end flow verification
  • · async handling
  • · data cleanup between tests
  • · environment parity check
  • · failure diagnostics (logs, network traces)