yorifuji/Easy VRT
Easy VRT is a utility action for visual regression testing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Mode, [lookup, expected, actual, compare] | yes | — |
| expected-dir | Expected directory | no | — |
| expected-cache-key | Cache key for expected | no | — |
| actual-dir | Actual directory | no | — |
| actual-cache-key | Cache key for actual | no | — |
| summary-comment | If true, add a summary comment on workflow summary | no | false |
| review-comment | If true, add a review comment on PR review | no | false |
Outputs
| name | description |
|---|---|
| actual-sha | Actual SHA |
| actual-cache-hit | Whether the actual cache was found |
| expected-sha | Expected SHA |
| expected-cache-hit | Whether the expected cache was found |