Code for the VisWiz.io tutorial on how to setup visual regression testing with Cypress and VisWiz.io.
Follow the tutorial above together with our commit git history
This branch uses the viswiz-cypress
plugin.
To view the code without this plugin, browse the without-plugin
branch.
$ yarn
This will run automated visual tests:
$ VISWIZ_API_KEY=FILL_IN VISWIZ_PROJECT_ID=FILL_IN COMMIT_MESSAGE=$(git log -1 --pretty=%s) yarn test