More customization for diffTool #623
andrewjmeier
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
#668 seems to address this |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is an old discussion, but I added a PR for a diff tool builder closure in #840 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use Imagemagick's
compare
to diff snapshots. It expects the formatcompare [fileA] [fileB] -compose src [outputFileName]
. With the way it's currently written,diffTool
only works for tools that use the format[tool] [fileA] [fileB]
. How about the option to add anerrorMessageBuilder
block that can construct an error message in whatever format is needed?Beta Was this translation helpful? Give feedback.
All reactions