Toggle between diff tool or no diff tool when test fails #826
michelschep
started this conversation in
General
Replies: 2 comments 3 replies
-
u can do it in code or via an environment variable https://github.com/VerifyTests/DiffEngine#disable-in-code which u could setup in a module init and then only trigger that based on a named solution configuration |
Beta Was this translation helpful? Give feedback.
1 reply
-
if u used the resharper or rider extensions https://github.com/VerifyTests/Verify#snapshot-management u could add a feature there to be able to toggle diff launching |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes you just want to run all tests and not see the diff tool appear when the test fails.
Is there an (easy) way to toggle between opening a diff tool (when the test fails) or only outputting the test failed?
Beta Was this translation helpful? Give feedback.
All reactions