reg-actions
reg-actions copied to clipboard
A visual regression test tool for github actions :octocat:.
Opening this issue, so that we can more easily discuss why #149 was reverted in the `develop` branch. Any way I can help fix potential issues it was causing?
I can't see any logic to handle this case, but ideally one should never end up with no baselines.
Reverts reg-viz/reg-actions#159
In my development workflow, I force push very often. After each push, a `reg-actions` GitHub Action pipeline runs and adds a comment. Sometimes I end up having about 20 comments...
Since it's not possible to upload artifacts to comments as attachments via API (https://github.com/reg-viz/reg-actions/issues/154), I was looking for alternative ideas to reduce the size of the repository, but still use...
## Problem At large projects, HTML-format reports provided by reg-cli is more readable than one made as comment by reg-actions. Currently, in order to upload HTML-format reports to GitHub Pages,...