cypress-io / cypress

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

Warning: EGL_EXT_create_context_robustness must be supported shown when running Cypress 13.8.1 #29489

Open agustinabosso7 opened 5 months ago

agustinabosso7 commented 5 months ago

Current behavior

While trying to fix the warning that is fixed at https://github.com/cypress-io/cypress/issues/29085 with the latest version of cypress, I now have another warning in some of my tests that I run in Rundeck: Screenshot 2024-05-08 at 10 55 38

Desired behavior

No response

Test code to reproduce

Repo is privated. I attach capture in my execution: Screenshot 2024-05-08 at 13 18 13

Cypress Version

13.8.1

Node version

v22.0.0

Operating System

Linux - docker

Debug Logs

No response

Other

No response

jennifer-shehane commented 5 months ago

@agustinabosso7 Is this running in Electron? Do you also see the error if you run in Chrome via --browser chrome?

RachelDSS commented 5 months ago

Hello, I have the same problem on chrome and the cypress version 13.8.1. (I didn't have this problem in my previous cypress version 13.4.0)

image

allenbilar commented 5 months ago

We're also experiencing it in our Jenkins CI using Cypress latest version and electron browser

image

jennifer-shehane commented 5 months ago

Since this is a Warning, the message can be safely ignored. It is not affecting the test run results.

allenbilar commented 5 months ago

Since this is a Warning, the message can be safely ignored. It is not affecting the test run results.

Hi, @jennifer-shehane we understand that this does not affect the test run results but having this warning message could affect the readability of the logs when checking something especially if the test run logs are long due to a huge number of tests.