Print unexpected exceptions inline with console.log? #471
Replies: 2 comments
-
I would also much prefer the final status of the tests to be printed after errors. Is this all just a matter of picking a different reporter? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry wrong repo. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is there any way to get unexpected errors to print inline with the console log output?
Without that, I have resorted to setting
bail: 1
everywhere so that I can more easily see what's going on. Without that, I have to scroll way up and mentally align errors with logs in order to see the relevant console output.Beta Was this translation helpful? Give feedback.
All reactions