-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Uncaught Exceptions should clearly indicate where they originated from #825
Labels
pkg/driver
This is due to an issue in the packages/driver directory
type: enhancement
Requested enhancement of existing feature
Milestone
Comments
jennifer-shehane
added
stage: ready for work
The issue is reproducible and in scope
pkg/driver
This is due to an issue in the packages/driver directory
labels
Oct 26, 2017
Also we need a link to the Cypress Events to tell you how to turn this off |
Fixed by #999 |
Released in |
jennifer-shehane
removed
the
stage: ready for work
The issue is reproducible and in scope
label
Dec 4, 2017
Hey @sayedit09, this error is coming from your application code - not Cypress. Click on the error with DevTools open and look at the stack trace to determine where this is being thrown in your application. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
pkg/driver
This is due to an issue in the packages/driver directory
type: enhancement
Requested enhancement of existing feature
Currently when an uncaught exception causes a test to fail we only print the error.
This is confusing because Cypress fails the test for any kind of reason
In the cases of uncaught exceptions originating from your application we should CLEARLY indicate that is from your application code.
Bonus points for also doing the same thing when test code is the culprit.
The text was updated successfully, but these errors were encountered: