jaredpalmer / cypress-image-snapshot

Catch visual regressions in Cypress
MIT License
890 stars 159 forks source link

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

Open HuHussam opened 2 years ago

HuHussam commented 2 years ago

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

marianlorinc commented 2 years ago

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.

kostiantyn-work commented 1 year ago

same for me

simonsmith commented 1 year ago

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

kostiantyn-work commented 1 year ago

Thanks, Simonsmith!