I'm trying to setup Cypress in my project to run e2e tests and when I start it up I get the error
Cypress gpu_init.cc(441) passthrough is not supported GL is Swiftshader.
I've seen some people on here with the same error but with 'disabled' at the end instead of Swiftshader.
I think it has something to do with browser GPU acceleration but I don't know how to fix it.
I'm on MacOS and my project runs in a Ubuntu remote machine.