'Warning messages after updating Cypress
Just updated Cypress through bash on Ubuntu 20.4 and command
npx cypress open
coused warnings:
[3775:0903/175043.894504:WARNING:vaapi_wrapper.cc(588)] VAAPI video acceleration not available for swiftshader
[3775:0903/175043.894944:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader
The pop up shouws up but I'm affraid this will couse errors in my JS testing.
Solution 1:[1]
Run npm install
. I had the same issue as I changed my git branch. Running this command fixed my issue.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Atif Bashir |