[Cypress] ERROR:gpu_init.cc(453) : Passthrough is not supported, GL is disabled.


I'm trying to use Cypress in my react node web application and I'm getting the below error while executing the command node_modules\.bin\cypress open

[12100:1111/180659.327:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled

1 Answer

3 years ago by

  1. Ensure Use hardware acceleration when available is enabled in Chrome settings->Advanced->System

  1. Go to chrome://flags/ and enable WebGL Developer Extensions and WebGL Draft Extensions

3 years ago by coder