You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an example of how the error of a failing test:
The problem I'm having is that this is quite unreadable, as it's just one long line and I have to scroll to read it all.
If I hit RET on the error to get the stracktrace buffer to popup, I can read the message with proper text breaks. This is now my current workflow.
It looks this is just dumping the ExceptionInfo on one line. Perhaps we can split it into msg and cause and wrap the message text so it's readable without scrolling?