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

3.1.0 breaks compatibility with pre-6.0 cypress #95

Closed
FFdhorkin opened this issue May 4, 2021 · 3 comments
Closed

3.1.0 breaks compatibility with pre-6.0 cypress #95

FFdhorkin opened this issue May 4, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@FFdhorkin
Copy link

Due to a compatibility issue, we're stuck using Cypress 5.6.0 for the time being.
According to the release notes for 3.x.x of cypress-testrail-reporter, the Minimum required cypress version increased to 4.10.0.

However, Cypress didn't introduce the intercept command until Cypress 6.0

This means that when you try to use cypress-terminal-report on an older version of cypress, you get an exception and you cannot run tests:
image

That said, cypress-terminal-report 3.0.2 is still compatible with Cypress 5.6.0.

@FFdhorkin
Copy link
Author

FFdhorkin commented May 4, 2021

I spoke too soon... 3.0.2 has a different error. This error goes away when I disable the terminal report plugin (or if I upgrade Cypress, but that causes GUI issues on my system):
image
3.0.0 is the most recent one that works for me.

@archfz archfz added the bug Something isn't working label May 4, 2021
@archfz
Copy link
Owner

archfz commented May 4, 2021

Good catch. Thank you for the report on it. Fix released in 3.1.1. Please tests and see if all is ok.

@FFdhorkin
Copy link
Author

Seems to work! That was fast :) thank you!

@archfz archfz closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants