-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(message): having message displayed by default in IntelliJ #151
Comments
Hi, thanks for feedback. Can you please try version 2.1.1, it might be slightly better. The trouble is that some people wanted me to change the error message format so IntelliJ displays the difference in the Comparison window. I will think about it, you are right that the view is not much useful anyway. |
Hi, this is strange. When I execute the test from IntelliJ 2018.2 Ultimate I get this
Will try to move |
I'm running on IntelliJ 2018.3 (Ultimate on MacOS X), I haven't test with older version of IntelliJ |
Cool, thanks. I have a fix, will release it tomorrow |
Perfect, so I could try to switch to JsonUnit Monday at work 😉 |
Released as 2.2.0 |
I Will try it tomorrow 😉 |
Hi,
I've tried to use
JsonUnit
in my project but I found something really strange and really annoying.If I take the first example and modify it to throw an error, like this:
If I run it in IntelliJ, I have in the console the following result (I have copy paste it):
The problem is the I can't see anything about the error just with this. I have to click on the link
<Click to see difference>
to have access to a dedicated window to see difference.Due to this error representation, from my point of view, we can't use this (great) lib because it's very annoying to have to open this window (which doesn't do difference comparison very well BTW).
I've found the issue #44 which seems to talk about a similar thing, but I prefer to open an issue specific to this to help people using this lib to know this is (or was) an issue.
Thanks for your help
The text was updated successfully, but these errors were encountered: