Test Results swallow error information and cause error details to be hidden? #602
florianmartens
started this conversation in
General
Replies: 1 comment 4 replies
-
This is an issue with the extension. I guess we can print a similar "serialised error" message |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, thanks for working on this extension!
I'm trying to wrap my head around how the test output is shown! As far as I can tell (without jumping into the code) the stack trace is parsed and the layers are displayed as this file structure.
I can see how this might be helpful to some developers (I'd personally prefer a text-based stack trace).
Most importantly, though, all error information is lost in this view except the
message
property. This is really unfortunate for people using custom error classes that contain additional properties (me👋🏽). Am I doing something wrong?I have to manually
try-catch
errors and print them.Beta Was this translation helpful? Give feedback.
All reactions