zer0dayf/AI TestGen — Generate & Review Tests
AI automated test suite. Easy Use, Any Language
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | auto | diff | full. auto = bootstrap a suite if the repo has no tests, else diff-only. | no | auto |
| provider | AI provider: anthropic | deepseek | openai. Blank = auto-detect from whichever key is set. | no | "" |
| model | Model override (else the provider default). | no | "" |
| anthropic-api-key | ANTHROPIC_API_KEY (pass a secret). | no | "" |
| deepseek-api-key | DEEPSEEK_API_KEY (pass a secret). | no | "" |
| openai-api-key | OPENAI_API_KEY (pass a secret). | no | "" |
| config-path | Path to .aitestgen.toml/.json (else auto-discovered at repo root). | no | "" |
| language | Preset override: python | javascript | go (else from config or auto-detected). | no | "" |
| source-glob | Git pathspec glob of source files to watch (overrides config). | no | "" |
| python-version | Python used to run the orchestrator (the target repo can be any language). | no | 3.11 |
| install | Shell command to install the target project's test deps (else the config's install field). | no | "" |
Outputs
no outputs