cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Report raw test results

Open wilkerlucio opened this issue 2 years ago • 2 comments

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:

Screen Shot 2022-05-02 at 21 28 53

But when trying to click for the error details, Cursive will behave like there is not error there (toggling debugger on that line):

click-error-details

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.

wilkerlucio avatar May 03 '22 00:05 wilkerlucio

Note to self: check comes from https://gitlab.com/mauricioszabo/check, which uses matcher combinators under the hood.

cursive-ide avatar May 03 '22 00:05 cursive-ide

I also have this issue. It just started happening today/yesterday, it worked before just fine.

jtrunick avatar Aug 11 '22 02:08 jtrunick