-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Current behavior
Have tried a few versions of cypress throughout the 13 release and each time I (or others) try to run a test in firefox we receive:
Failed to spawn CDP with Firefox. Retrying...
Failed to spawn CDP with Firefox. Retrying again...
The browser never connected. Something is wrong. The tests cannot run. Aborting...
The browser never connected. Something is wrong. The tests cannot run. Aborting...
This was working fine as of July 31 2025, as I've have tests running in firefox daily for a couple years now. Issue only started occurring today
I installed 14.5.3 and the issue doesn't seem to occur there, so as a workaround I'll try and fix up the upgrade issues i've experienced when moving up to version 14 before
Desired behavior
Launch firefox without issue
Test code to reproduce
npx cypress run --spec yourspecdirectoryhere --browser firefox
Cypress Version
13.17.0
Node version
22.17.0
Operating System
windows 10.0.26100
Debug Logs
Other
No response