Created
February 16, 2020 05:44
-
-
Save randalvance/9c0c5e2f980ede6a002b7f78e86bbf57 to your computer and use it in GitHub Desktop.
Medium Article - React Visual Testing with Cypress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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