cypress-image-snapshot icon indicating copy to clipboard operation
cypress-image-snapshot copied to clipboard

cy.matchImageSnapshot() keeps takeing new screenshots and doesn't validate on any

Open HuHussam opened this issue 4 years ago • 4 comments

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

HuHussam avatar Oct 17 '21 19:10 HuHussam

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.

marianlorinc avatar Nov 05 '21 11:11 marianlorinc

same for me

kostiantyn-work avatar Aug 21 '23 08:08 kostiantyn-work

You could try switching to this updated fork - https://github.com/simonsmith/cypress-image-snapshot

simonsmith avatar Aug 21 '23 10:08 simonsmith

Thanks, Simonsmith!

kostiantyn-work avatar Aug 22 '23 06:08 kostiantyn-work