Giles icon indicating copy to clipboard operation
Giles copied to clipboard

Automatic errors display should be togglable after a test run

Open codereflection opened this issue 13 years ago • 1 comments

Some would like the errors to display after a test run automatically, others do not want this. This should be a feature that can be toggled.

codereflection avatar Mar 29 '12 03:03 codereflection

I'd like to work on this for you. How about an option named "Auto Display Errors". Would you like to have that option (when on) show the error as in the 'E' view (just the failed test name and stack trace) or 'V' view (not the success but the details of the failure, namely the assertion that failed, along with the above)

Personally I'd like to see the error details (as it's shown in the verbose screen, just the failures though) which includes the actual assertion failure. That's what I usually want to see anyway.

davidroberts63 avatar Feb 26 '13 05:02 davidroberts63