jaredpalmer / cypress-image-snapshot

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

Update snapshots and see difference output #151

Closed sakwok closed 4 years ago

sakwok commented 4 years ago

I am aware of using the tag --env updateSnapshots=true to update my snapshots. However, I was wondering if it was possible to update snapshots and see the difference output in one run. I am running snapshot tests on ~100 pages and would like to avoid running the pipeline twice, once for seeing diffs and once for updating snapshots.

danjor commented 2 years ago

Any news on this subject ? I'm having the same issue.