What problem does it solve?
Generates tests at scale by decomposing a codebase into independent test-generation agents driven by a CSV wave pipeline, replacing slow manual test writing and improving coverage discovery and reporting.
Core Features & Use Cases
- Parallel CSV Wave Execution: Decompose source files into a tasks.csv and execute independent agents concurrently with configurable concurrency and resume support.
- RED-GREEN TDD & Classification: Classify files into unit, integration, and e2e types, generate failing-first tests, and follow existing project test patterns to avoid stylistic drift.
- Comprehensive Artifacts & Aggregation: Produce results.csv, discoveries.ndjson, context.md, and test-gen-report.json for verification, reporting, and downstream automation.
- Use Case: Automatically generate tests for phase directories with gaps reported by verification.json or coverage-report.json, then run suite verification and summarize coverage deltas and discovered bugs.
Quick Start
Run the quality-test-gen command for the target phase to generate tests, aggregate results, and produce a test generation report.