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
It seems that after the update from 12.4.1 to 12.5.0, runnable instance is not passed to "test:after:run" event. Boolean is returned instead.
No response
// index.js Cypress.on('test:after:run', (test, runnable) => { console.log(runnable) // Shall show runnable instance, "true" is being returned instead });
v12.5.0
v16
macOS 13
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue @drabikowy. I'm working on a fix now.
Sorry, something went wrong.
test:after:run
runnable
Released in 12.5.1.
12.5.1
This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v12.5.1, please open a new issue.
mschile
Successfully merging a pull request may close this issue.
Current behavior
It seems that after the update from 12.4.1 to 12.5.0, runnable instance is not passed to "test:after:run" event. Boolean is returned instead.
Desired behavior
No response
Test code to reproduce
Cypress Version
v12.5.0
Node version
v16
Operating System
macOS 13
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: