jaredpalmer / cypress-image-snapshot

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

Add UI to show screenshots on Test Runner command log #123

Open pjfsilva opened 4 years ago

pjfsilva commented 4 years ago

One very interesting feature of cypress-plugin-snapshots is that the "Snapshot" command on the command log can be clicked to see the taken image and in case of fail we can compare both images and hover to get the diff.

I think this would also be a good idea to implement in image-snapshot. Sorry if there is already any kind of way to achieve this, I'm beginning my journey on the tools :)