-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update plugin to be compatible with Cypress 10 #259
Comments
Yes, kindly help, i'm usingCypress 10.0 facing the below installation issue. PS C:\Cypress\OneIntel-Cypress> npm install cypress-real-events |
Hello. We are facing the same issue right now when installing the dependencies. Even though it is a warning, this fix will be useful. Thanks |
Bump! We've got the same issue as it's limited to v9 |
Yes I need some time to do this, unfortunately won’t have free time to work on open source in the nearest future. If somebody will open PR I will be happy to revie it |
@dmtrKovalenko I believe there is a PR that opened up yesterday: |
I think it must have some updates to work with cypress v10 |
So does this means that I can’t use cypress-real-event after I upgraded to Cypress10 ?
Regards,
Joyce Ng
From: Dmitriy Kovalenko ***@***.***>
Sent: Friday, June 10, 2022 9:56 PM
To: dmtrKovalenko/cypress-real-events ***@***.***>
Cc: Ng, Joyce M ***@***.***>; Comment ***@***.***>
Subject: Re: [dmtrKovalenko/cypress-real-events] Update plugin to be compatible with Cypress 10 (Issue #259)
Yes I need some time to do this, unfortunately won’t have free time to work on open source in the nearest future
—
Reply to this email directly, view it on GitHub<#259 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU3G6KHIFINY5J5I47WKLUTVONCNTANCNFSM5XBRPD2A>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
Need to test, but very likely — yes |
Means that you actually wont be able to even update. NPM install will crash, as this library will tell you that doesnt support cypress 10 |
I installed with yarn v1 and it's working fine with Cypress 10. Also, the Cypress code base is using this internally and it's working great. I don't think any code changes are necessary. The only blocker is newer package managers will complain about the version in |
I'm using it with yarn v3 with Cypress 10 and it works great. |
Ok then I’ll update the version and publish today. Sorry for the delay. |
How do you import this plugin into Cypress 10? The instructions in the README are still for Cypress < 10.
This fails with a message saying
my config file looks like
|
That is your
|
🎉 This issue has been resolved in version 1.7.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that it works in Cypress 10.
For more information, here is our official plugin update guide.
The text was updated successfully, but these errors were encountered: