oleg-andreyev / MinkPhpWebDriver

Webdriver driver for Mink framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --no-gpu option for Chrome

andrewnicols opened this issue · comments

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).