pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.75k stars 570 forks source link

Add in diffToolSuffix to support ImageMagick cli #668

Closed tisohjung closed 2 months ago

tisohjung commented 1 year ago

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" }
mlostekk commented 1 year ago

any idea when this will be merged?

stephencelis commented 2 months ago

Closed by #840.