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