Report raw test results #2687
Labels
changed
Marks issues describing changes to existing features
released
Marks issues which have had the fixes released in a stable build
released-eap
Marks issues which have had the fixes released in an EAP build
Milestone
When using tests in Cursive that don't use the format
(is (= something something-else))
, Cursive will display the raw results in the tooltip on mouse over:But when trying to click for the error details, Cursive will behave like there is not error there (toggling debugger on that line):
Per discussion on Slack, this issue is to suggest that in these cases Cursive should open the raw response in a modal. As an extra, it would be great if this modal supports ASCII colors, so tests running with something like matcher combinators will have a nice output. If we can't color for some reason, would be nice to remove the color markers from the result to improve readability.
The text was updated successfully, but these errors were encountered: