mcbuddy/TestivAI Visual Regression Approval
Approve or reject visual regression changes generated by TestivAI through PR comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for authentication | yes | ${{ github.token }} |
| approvals-path | Path to the approvals.json file | no | .testivai/visual-regression/report/approvals.json |
| report-path | Path to the TestivAI report.json file | no | .testivai/visual-regression/report/report.json |
| diff-directory | Directory containing visual diff images | no | .testivai/visual-regression/report/diff |
| commit-message | Custom commit message for approved changes | no | chore: update visual regression baselines [skip ci] |
| post-report-comment | Whether to post a report comment to the PR | no | true |
Outputs
| name | description |
|---|---|
| approved-files | List of approved visual regression files |
| rejected-files | List of rejected visual regression files |
| result | Result of the approval process (success/failure) |