Ability to remove original failure message when user message is provided. #906
sunshinejr
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be awesome to be able remove the original failure message from the failure string, meaning:
could become:
If I'm providing my custom message I rarely need an original failure, especially when I generate reports that I want to pass to other people - the second line is usually just a noise.
Would this be something that could be introduced in Nimble? I started looking at the possible implementation, and this place seems like a good place to start, but then I wonder how we would be able to specify if we want the original failures in the messages or not.
Ideally we could just opt-in using a single property, something like:
Beta Was this translation helpful? Give feedback.
All reactions