Asynchronous stack traces point to internal Cypress code #16276
Labels
stage: proposal 💡
No work has been done of this issue
stale
no activity on this issue for a long period
type: error message
Current behavior
If I have
async
code in a Cypress test and it fails, the stack trace points to internal Cypress code instead of application code.Desired behavior
The stack trace should be more similar to a normal Mocha trace, which would point to the line of the error even if it's
async
code.Test code to reproduce
Versions
Cypress 7.2.0
The text was updated successfully, but these errors were encountered: