Some of our tests have verbose assertion failure output (formatted by Shouldly) that goes for more than 4 lines. When I hover over the red X, I see the error format represented in one line, but it's too wide to be readable. If I click on the X, I see the exception details including only the first 4 lines of the exception message, but this isn't enough to understand what went wrong.
I'd like to be able to see all the lines of the error message (or at least the first 20 or so, if ). I thought I used to see this in NCrunch, but maybe I'm imagining things.
If not that, I'd like to be able to easily go to the full test output in the Tests window for this test, with a double-click or context menu command. Instead the only thing I can figure is to pin the test, and then go look among the pinned tests for it, but this is cumbersome when I'm trying to diagnose issues affecting many tests at once.
Am I missing an easier way?