pytest-playwright-snapshot
pytest-playwright-snapshot copied to clipboard
Save the failing "current version" screenshot somewhere on the filesystem
When the snapshots don't match, it would be nice to see the difference.
One workaround is to --update-snapshots, look at the new PNG, then git checkout the old PNG again, but maybe we could have __snapshots__/__failing_<DATETIME>__ or something where the failing PNG could be saved as the test fails.