cypress-plugin-visual-regression-diff does not store actual snapshots if there is not difference between actual and previous snapshots #226
Unanswered
parulbhagat-soprabanking
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
The issue is that when we run the cypress tests, then only first image captured by cypress-plugin-visual-regression-diff plugin is stored at snapshots location and the actual image captured in the second run is temporarily made and then deleted once the tests are completed if there is not difference between actual and previous snapshot. Is there a way to store the actual and the difference image in the snapshots directly because our mochawesome reporter fails saying that the actual image is not found as it gets deleted after the run completes?
Beta Was this translation helpful? Give feedback.
All reactions