shivaylamba/Antigravity Self-Healing Tests
Repair failing tests with the Google Antigravity Python SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini-api-key | Gemini API key. | yes | — |
| model | Gemini model id. | no | gemini-3.5-flash |
| log-file | Test log file relative to the target repository. | no | .antigravity-test.log |
| report | Comma-separated report paths relative to the target repository. | no | test-results,playwright-report,coverage |
| test-command | Command Antigravity should use for verification. | no | npm test |
| dry-run | Analyze without editing files. | no | false |
| provider | CI provider adapter (github-actions, gitlab-ci, jenkins, circleci, manual). | no | github-actions |
| test-runner | Test runner adapter (pytest, jest, playwright, maven-surefire, go-test, generic). | no | generic |
| mode | Execution mode (local-dry-run, local-apply, ci-autonomous). | no | ci-autonomous |
| max-healing-attempts | Maximum healing attempts before failing. | no | 1 |
| allowed-paths | Comma-separated allowed paths for edits. | no | "" |
| max-patch-lines | Maximum total changed lines allowed. | no | 400 |
Outputs
no outputs