regressify
v2.1.0
Published
Visual regression tests support
Maintainers
Readme
Visual Regression Test
Please check Documentation for the instructions.
Use
Install:
npm i -g regressifyInstall the browser binaries and note the BrowserStack-aligned versions used by this release:
regressify installManual Set up all test and config files in the visual_tests folder and place it at the root of the project, or automatically add it using the command:
regressify initAdd to scripts in package.json:
"ref": "regressify ref", "approve": "regressify approve", "test": "regressify test"
