cypress-io / cypress

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

Filter out "EGL Driver message (Error)" errors from standard out #30563

Open ryanthemanuel opened 2 weeks ago

ryanthemanuel commented 2 weeks ago

Current behavior

Mac intel devices are receiving these errors on the 32 branch:

image

This appears to be this issue: https://github.com/electron/electron/issues/43415

It may have been fixed in electron 33 (in which case we can close this in lieu of https://github.com/cypress-io/cypress/issues/30561), but ultimately it is safe to filter these out of standard out to avoid confusion.

Desired behavior

No response

Test code to reproduce

No test code, just launch the app in open mode.

Cypress Version

14.0.0

Node version

any

Operating System

Mac

Debug Logs

No response

Other

No response