jaredpalmer / cypress-image-snapshot

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

[AC-2849] Remove diff images on success #169

Closed prezi-csoszig closed 3 years ago

prezi-csoszig commented 3 years ago

Cypress is making the screenshot diffs until either the set timeout is reached or a successful diff happens. From now on, the diffs will be cleaned up after success.