cypress-image-snapshot
cypress-image-snapshot copied to clipboard
cy.matchImageSnapshot() keeps takeing new screenshots and doesn't validate on any
I have installed the latest version of cypress-image-snapshot and cypress and all the configurations are like the document my code just opens google and take a snapshot and this part works but when I rerun to check the difference it takes another snapshot
yes true, I have the same problem,
I found that problem is with customSnapshotsDir option, If I keep it as default, do not use, it works.
same for me
You could try switching to this updated fork - https://github.com/simonsmith/cypress-image-snapshot
Thanks, Simonsmith!