-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
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
Tests fail on Ubuntu 18.04 with Chromium #271
Comments
chromedriver actually seems to be started in the background, and not stopped after the tests have finished: jitsi-torture@jitsi:~$ ps aux|grep -i chromedriver|wc -l |
I built a docker container from I needed to install these: I also added to ops.addArguments("--headless");
ops.setBinary("/usr/bin/google-chrome-stable"); Where |
|
This will do. Make sure chrome is installed. I download chrome-stable.deb from official website, run installer. |
When trying to run the tests, I get the following error message:
None of the tests requiring chromium can run successfully. chromium-browser and chrome-driver have been installed from the repository.
Tried with openjdk-11 and openjdk-8, no difference.
The text was updated successfully, but these errors were encountered: