[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 Jahaan
- Ensure
Use hardware acceleration when available
is enabled in Chrome settings->Advanced->System
- Go to
chrome://flags/
and enableWebGL Developer Extensions
andWebGL Draft Extensions
3 years ago by coder