Skip to content

Instantly share code, notes, and snippets.

@randalvance
Created February 16, 2020 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randalvance/9c0c5e2f980ede6a002b7f78e86bbf57 to your computer and use it in GitHub Desktop.
Save randalvance/9c0c5e2f980ede6a002b7f78e86bbf57 to your computer and use it in GitHub Desktop.
Medium Article - React Visual Testing with Cypress
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot/plugin');
module.exports = (on, config) => {
addMatchImageSnapshotPlugin(on, config);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment