-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix: Cypress plugin stop error #7288
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
Conversation
fix: pnpm v7 install error (vuejs#7265)
yifaneye
commented
Sep 19, 2022
@iriadp Thanks for your work!
lucasportolima
commented
Sep 21, 2022
hey guys, any news about the new build of this fix ?
nativanando
commented
Sep 27, 2022
Hi guys, any news about it?
yrollam
commented
Oct 4, 2022
This is blocking out org from upgrading to cypress 10. Would we awesome if this fix got some attention.
AlbinSahlbom
commented
Nov 14, 2022
Any update on when this could be fixed?
This is also blocking our company to upgrade to version 10
AlbinSahlbom
commented
Jan 3, 2023
@yifaneye is there any timeline for this bug fix?
daniel-bsci
commented
Jan 3, 2023
@AlbinSahlbom We've been waiting for this as well for several months. Gave up and switched to vite and it was surprisingly painless. Now we're on cypress 12 and as a bonus a much faster dev/build experience.
nvspradeep
commented
Jul 16, 2024
@iriadp can you request reviewers with write accesss
Uh oh!
There was an error while loading. Please reload this page.
When running tests with cypress plugin and Cypress 10, an exception is thrown when the stop() function is called to stop the server.
Changing method to close() doesn't throw any exception or warning and the server gets closed correctly.
#7230
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)