What problem does it solve?
It reduces the time and guesswork needed to create reliable unit and integration test scenarios for n8n workflow development by turning a design document into concrete test plans and executable test files.
Core Features & Use Cases
- Integration test scenario planning: produces a structured test plan doc for both unit (code node) and integration (workflow) coverage.
- Deterministic unit test scaffolding: generates .test.js unit test files targeting code node functions with clear input/result expectations.
- Execution-oriented integration test artifacts: creates integration test JSON files using workflow summary triggerDataFormat when available, and separates sub-workflow invocation verification from actual sub-workflow behavior.
Real-world use case: After designing a workflow update, you can generate a test plan (03-test-plan.md) plus unit test files and integration JSON scenarios so the verifier can run Test Execution for one workflow at a time and enforce boundaries for sub-workflow calls.
Quick Start
Ask an n8n-studio agent to plan and write integration test scenarios from your design document, and it will generate 03-test-plan.md along with unit and integration test files.