cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.11k stars 3.19k forks source link

Remove CDP failed to spawn messaging from snapshot checks #30494

Open AtofStryker opened 3 weeks ago

AtofStryker commented 3 weeks ago

Current behavior

Currently when CDP fails to connect in Firefox, Cypress retries the connection. But this prints out messaging to the console, which can be seen in this CI job

Screenshot 2024-10-29 at 9 18 28 PM

Desired behavior

We should remove this from our snapshot checks in system-tests so we do not get additional flake from this message

Test code to reproduce

N/A

Cypress Version

N/A

Node version

N/A

Operating System

N/A

Debug Logs

N/A

Other

No response