-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fails to run under Cypress 12.12.0 #288
Comments
Thanks for the report, @guspower! 👍🏾 The issue you encountered has already been reported in the cypress-io/cypress repository (cypress-io/cypress#26711) and appears to be related to cypress-io/cypress#15932. Let's see what I can do. |
fixes #288 relates-to: cypress-io/cypress#26711
The problem has been resolved in Cypress version 12.17.0. To prevent any misunderstandings and potential future problems, I have set a supported version range for Cypress as follows: >=4.4.1 <12.12.0 || >=12.17.0. |
Description
The cypress har generator fails to run under Cypress
12.12.0
. It works fine with versions up to12.11.0
.Stack trace
$ NODE_DEBUG=cypress-har-generator pnpm test
ELECTRON_EXTRA_LAUNCH_ARGS=--remote-debugging-port=9222 cypress run
Steps to reproduce
12.12.0
Expected behavior
I expected Cypress to run through successfully as before.
Actual behavior
Cypress fails on
recordHar
citing that it cannot connect to the Chrome Debugging ProtocolAdditional information
Commenting out the har references in the tests allows the tests to run through and complete successfully:
The text was updated successfully, but these errors were encountered: