CLI Commands
Generate tests
auto generate --project ./my-app --type unit --framework pytest
Repair a test
auto repair-test --source-file ./src/module.js --test-file ./tests/module.test.js --project-root ./ --framework jest
Fix all tests in a project
auto fix --project ./my-app --type unit --framework jest