-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
If pass browser edge as a parameter the connection returns timeout #29819
Comments
Possible Enhancement: |
@lhidalgomqa We did have a proposal to include a browser kit, it would be quite a lot of work for us to implement. Does the edge browser work if you just run Also, what version of Cypress are you using? 14.12.0 is not a version that exists. Please make sure you're using the latest (13.13.0) |
Hello!
If i try to update cypress, after make the update to 13.13.0:
Could you please check if you replay the problem? |
Could you run Cypress in debug mode mode and print the entire set of logs here? |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Current behavior
cross-env
to use several envs and browsers. (https://www.npmjs.com/package/cross-env).name-example-test.cy.js
).cypress.config.js
the following code:pre.settings.json
/dev.settings.json
/prod.settings.json
with the following scheme:first:
Problem 1: returns an error:
Problem 2:
If you put in BROWSER = "firefox" doesn't recognize the browser.
Desired behavior
Test code to reproduce
try to execute the steps.
Cypress Version
14.12.0
Node version
20.14.0
Operating System
windows 10
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: