swift-snapshot-testing
swift-snapshot-testing copied to clipboard
Additional return values in verifySnapshot
I'm working on a plugin to visualize failed snapshot images (original, failed, diff). For that I need to get the URLs of original/failed images from verifySnapshot, so I've written a more generic verifySnapshotDetailed method in hope it'll come in handy for other uses as well.