Test Generator Agent
Tests that catch real bugs. It reads your code, generates a suite that asserts behavior (including edge and error cases), runs it, and fixes failures until green.
Frameworks
Vitest · Jest · Pytest · Go test
What makes the tests good
- Covers edge cases and error paths, not just the happy path
- Asserts behavior, not internal implementation details
- Generates fixtures and mocks where needed
- Runs the suite and iterates to green
Install
bash
npx nuclexa install test-generator-agent --target claude-codeRequestsrunCommandsto execute the test runner. Review the command allow-list inagent.json.