jaredpalmer / cypress-image-snapshot

Catch visual regressions in Cypress
MIT License
891 stars 158 forks source link

how to continue the diff work when there are more than one image changed #73

Closed gtycherry closed 5 years ago

gtycherry commented 5 years ago

Currently found image-snapshot stop diff work once there is one image diff found. Can image-snpshot support diff work for all the images?

jackjocross commented 5 years ago

@gtycherry can you try running with the following flags:

cypress:run --reporter cypress-image-snapshot/reporter --env failOnSnapshotDiff=false

This will run all of your snapshots diffs, output their differences, but not fail the test at the first diff.