cy-api
cy-api copied to clipboard
Potential stack trace improvement
Hi! First of all, thank you for the plugin! It works really well.
I have a question/suggestion.
If I use default cy.request(), on failure I get this behaviour:
So I could explore stack trace and click on link to go to test scenario.
Using cy.api(), seems I miss this opportunity:

Could it be improved somehow?
Best, Vitali
@bahmutov What do you think ?
Maybe using $errUtils.throwErrByPath ?