Visual Regression on GitHub
npm install --save-dev @codechecks/vis-reg
Are you new to codechecks? Check out getting started guide (it's simple)!
Add to your codechecks.yml
file:
checks:
- name: vis-reg
options:
collectionName: "E2E" # arbitrary name, for example: e2e, storybook
imagesPath: "./images/" # path when current images are stored
# ...
All contributions are welcomed. Read more in CONTRIBUTING.md
MIT @ codechecks.io