-
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
Firefox won't start with version 13.15.2 #30636
Comments
Hi @brunohgo, could you run Cypress in debug mode mode and print the entire set of logs here? |
Ok, Does it help ? |
@brunohgo could you try |
|
It looks like the logs are cut off? The verbose logs should have quite a lot of content as it is printing all the commands from geckodriver/webdriver |
I didn't look for completely, but, Yes, it's cutting. Sorry |
Are you able to send the full log? It's going to be difficult for me to tell what is happening without it |
I think it's complete. |
Thank you for sending that over! There isn't anything that is standing out to me, except that your node version in use is very old. A lot of these packages require at least node 18 to work and Cypress only works with node 18. Would you be able to try node 20 and see if it launches? |
I can't, my company works with angular 14 so the node must be on version 16. I found it strange, in version 13.15.1 it worked normally |
I thought that Cypress 14 would be the first to actually drop NodeJS 16 support Cypress 13.15.2 includes this now https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0 which I think would break NodeJS 16 support EDIT: ahh nevermind |
I bet that is the cause, considering Firefox is working for you @brunohgo in Since you are unable to verify with Node 18+, I am unfortunately going to have to close the issue. But if you do update and the issue persists, please comment or open another issue and we will investigate! |
Current behavior
Currently the firefox does not start when we click, in version 13.15.1 it worked was normally, I updeted the firefox, but nothing happened.
Desired behavior
When we click in firefox it should open the browser.
Test code to reproduce
Cypress Version
13.15.2
Node version
16.20.2
Operating System
Windows
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: