We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
tests: Disable GPU for Chrome tests
cc3fb06
Disabling the GPU helps prevent rendering timeouts and fixes oleg-andreyev#21.
Successfully merging a pull request may close this issue.
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).
The text was updated successfully, but these errors were encountered: