regrada-ai/Regrada - AI Regression Tests
Run Regrada in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Regrada version to install, or latest | no | latest |
| base-url | Base URL hosting versioned Regrada release artifacts | no | https://regrada.com/releases |
| config | Path to regrada.yml or regrada.yaml | no | regrada.yml |
| comment-on-pr | Post results as a PR comment | no | true |
| working-directory | Working directory for running tests | no | . |
Outputs
| name | description |
|---|---|
| total | Total number of tests |
| passed | Number of passed tests |
| warned | Number of warned tests |
| failed | Number of failed tests |
| result | Overall result: success, warning, or failure |