We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you forget await somewhere you'll probably get the Unhandled Rejection and all your tests will be stopped.
await
Unhandled Rejection
At the moment the error looks like:
Terminating on critical error: Unhandled Rejection in testplane:worker:2083: Promise: {}
Most of the time it is located in the middle of the test log and it is hard to understand that all of your tests were stopped because of it.
Make the error message more dramatic:
———————————————————————————————————— CRITICAL ERROR OCCURED. TERMINATINING ALL TESTS. Unhandled Rejection in testplane:worker:2083: Promise: {} ————————————————————————————————————
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contribution
Describe the user story
If you forget
await
somewhere you'll probably get theUnhandled Rejection
and all your tests will be stopped.At the moment the error looks like:
Most of the time it is located in the middle of the test log and it is hard to understand that all of your tests were stopped because of it.
Describe the solution you'd like
Make the error message more dramatic:
Describe the drawbacks of your solution
No response
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: