cursive
                                
                                 cursive copied to clipboard
                                
                                    cursive copied to clipboard
                            
                            
                            
                        Report raw test results
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.
Note to self: check comes from https://gitlab.com/mauricioszabo/check, which uses matcher combinators under the hood.
I also have this issue. It just started happening today/yesterday, it worked before just fine.