Skip to content
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

Not working with cypress v5 #70

Closed
fcollonval opened this issue Oct 2, 2020 · 2 comments
Closed

Not working with cypress v5 #70

fcollonval opened this issue Oct 2, 2020 · 2 comments
Assignees
Labels
bug 🐞 Something isn't working released

Comments

@fcollonval
Copy link
Contributor

The API of the TestResult object has changes between v4 and v5:

https://github.com/cypress-io/cypress/blob/v4.12.1/cli/types/cypress-npm-api.d.ts
https://github.com/cypress-io/cypress/blob/v5.0.0/cli/types/cypress-npm-api.d.ts

In particular, an array of attempts is now returned with the time information contained for each of those elements. So the current code is not working. This was not seen when the bot bumped cypress because the CI is not catching the error 😭

@bahmutov bahmutov added the bug 🐞 Something isn't working label Oct 13, 2020
@bahmutov
Copy link
Owner

Ok, saw that in #76 and fixed the CI - at least now it exits with an error, now need to fix this

@bahmutov bahmutov self-assigned this Nov 25, 2020
@github-actions
Copy link

🎉 This issue has been resolved in version 3.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants