swift-snapshot-testing
swift-snapshot-testing copied to clipboard
Add in diffToolSuffix to support ImageMagick cli
Added diffMessageConverter to support other tools like ImageMagick
which has commands that looks like magick compare "${image1}" "${image2}" diffImage.png
diffMessageConverter = { "magick compare \"\($0)\" \"\($1)\" diff.png ; open diff.png" }
any idea when this will be merged?
Closed by #840.