jaredpalmer / cypress-image-snapshot

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

Cypress v7 as peer dep #198

Open Develliot opened 3 years ago

Develliot commented 3 years ago

I have been using this with cypress 7.3 no probs I think we can accept it as a peer dependency

npm WARN cypress-image-snapshot@4.0.1 requires a peer of cypress@^4.5.0 but none is installed. You must install peer dependencies yourself.

jonshuttsnap40 commented 3 years ago

Same situation here, I force installed it and it all works locally, but then jenkins fails when it tries npm ci to install it

aaryanporwal commented 3 years ago

@Develliot @jonshuttsnap40 Were you able to resolve this? If not what alternatives are you using for visual testing?

Develliot commented 3 years ago

I'm running these tests on a docker instance with the latest cypress/included: images that cypress maintain without any issues.

behagoras commented 1 year ago

Do we have any news about this?