oleg-andreyev / MinkPhpWebDriver

Webdriver driver for Mink framework
MIT License
8 stars 9 forks source link

Add --no-gpu option for Chrome #21

Open andrewnicols opened 3 years ago

andrewnicols commented 3 years ago

https://stackoverflow.com/questions/51959986/how-to-solve-selenium-chromedriver-timed-out-receiving-message-from-renderer-exc

We should disable the gpu for Chrome tests to improve stability. This has no relation to headless mode.

Unrelated to this: We can also run all but one test entirely headless (and the test that is failing is a bad assertion IMHO).