← Back to Factory Recipes
๐Ÿงช

Test Suite Factory

Automated test generation with unit, integration, and coverage analysis

Developer 6 stages 3 specialists v1.0.0

About

A test generation pipeline that analyzes your codebase structure, generates both unit and integration tests in parallel, then runs coverage analysis across all generated tests. A reflection gate evaluates test quality and edge case coverage before producing a summary report with coverage metrics and improvement recommendations.

Input / Output

Input

Codebase or module to generate tests for

codebase

Output

Test suite with coverage report and improvement recommendations

min quality: 0.85

Pipeline Stages

โšก

codebase scan

Execute

Analyze codebase structure, identify testable units, and map public APIs

๐Ÿ‘ค analyst ๐Ÿ”ง file_read, grep, glob
โšก

unit tests

Execute

Generate unit tests for individual functions and methods

๐Ÿ‘ค engineer ๐Ÿ”ง file_read, file_write โ† codebase scan
โ‡… runs in parallel
โšก

integration tests

Execute

Generate integration tests covering module boundaries and data flow

๐Ÿ‘ค engineer ๐Ÿ”ง file_read, file_write โ† codebase scan
โ‡… runs in parallel
โšก

coverage analysis

Execute

Run tests, measure coverage, and identify untested paths

๐Ÿ‘ค analyst ๐Ÿ”ง shell, file_read โ† unit tests, integration tests
๐Ÿ”

quality gate

Reflect

Evaluate test quality, coverage thresholds, and edge case coverage

โ† coverage analysis quality โ‰ฅ 0.85 max depth: 2
โšก

test report

Execute

Generate test summary with coverage metrics and improvement recommendations

๐Ÿ‘ค writer ๐Ÿ”ง file_write โ† quality gate

Tags

testingqacoverageunit-testsintegration-tests