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
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.
cy.request()
Using cy.api(), seems I miss this opportunity:
cy.api()
Could it be improved somehow?
Best, Vitali
The text was updated successfully, but these errors were encountered:
@bahmutov What do you think ? Maybe using $errUtils.throwErrByPath ?
$errUtils.throwErrByPath
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: