You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;-)
The text was updated successfully, but these errors were encountered:
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 ;-)
The text was updated successfully, but these errors were encountered: