You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current workflow for image snapshot tests is usually imagemagik's compare tool, so I'll have a command like
compare "1.png" "2.png" png:- | open -a Preview.app -f
Unfortunately, the framework only lets me specify the "compare" step instead of providing the rest of the command. I was thinking on changing / adding a closure version of diffTool that'd be able to do this. Is there any interest in this or any ideas on how people would like a more generalized diffTool?
The text was updated successfully, but these errors were encountered:
My current workflow for image snapshot tests is usually imagemagik's compare tool, so I'll have a command like
Unfortunately, the framework only lets me specify the "compare" step instead of providing the rest of the command. I was thinking on changing / adding a closure version of
diffTool
that'd be able to do this. Is there any interest in this or any ideas on how people would like a more generalizeddiffTool
?The text was updated successfully, but these errors were encountered: