Skip to content
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

IntelliJ should show "<Click to see difference>" in stack trace #45

Open
jschneider opened this issue Jul 4, 2017 · 2 comments
Open

Comments

@jschneider
Copy link

When running JUnit tests I get those neat "" links in the console window if a test has failed. This is very, very valuable because I am comparing large files (JSON, XML) with each other.

Unfortunately that link is not created when running a Spek test.

The thrown exception is the same ("org.junit.ComparisonFailure"). Just the link is missing.
I am not sure who creates these links, I just want them ;-)

@raniejade
Copy link
Owner

I have no idea either, but will investigate :) Thanks!

@jonpeterson
Copy link

Did some poking around and found that what is needed is creating and appending the IDEA's DiffHyperlink in there somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants