jaredpalmer / cypress-image-snapshot

Catch visual regressions in Cypress
MIT License
888 stars 160 forks source link

This Plugin seems to be dead - any alternatives? #138

Open ccrider37 opened 4 years ago

ccrider37 commented 4 years ago

This Plugin seems to be dead - any alternatives?

lnbxyz commented 4 years ago

Why do you need an alternative? I've been using it for half a year now and I have yet to run into any major problems.

cbrunnkvist commented 4 years ago

There are bugs for sure; I had to stop using it because sometimes many small issues related to viewport size, image size, and unstable visual diffing triggering false negatives. PR:s go ignored, and there is only one owner on the project. 🤷 I think those are all good reasons for the community to move on to a new shared project.

lnbxyz commented 4 years ago

There are bugs for sure; I had to stop using it because sometimes many small issues related to viewport size, image size, and unstable visual diffing triggering false negatives. PR:s go ignored, and there is only one owner on the project. 🤷 I think those are all good reasons for the community to move on to a new shared project.

I know there are a lot of bugs related to viewport size but they're on Cypress' part. You're right, though. It would be nice to move on to a new project, I've been thinking about forking this repo mainly to add "retry" functionality.

itsmuellergit commented 4 years ago

This Plugin is simply no longer being maintained and therefore it's a big risk to use it in a professional system. Nobody is approving/rejecting PRs, easy Dependencies not updated and so on ...

craiga commented 3 years ago

There are a handful listed on https://awesomejs.dev/for/cypress/, and https://github.com/mjhea0/cypress-visual-regression looks like the most likely candidate.

Having said that, I've had no big issues with this library as-is.