-
Notifications
You must be signed in to change notification settings - Fork 37
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
Builds with Chrome are broken on Xenial #99
Comments
Chrome is working on Xenial with these additions:
moodle-plugin-ci behat --profile chrome |
Sorry, but the workaround seems to have stopped working with google-chrome-stable (76.0.3809.87-1) An hour earlier, everything worked fine with google-chrome-stable (75.0.3770.142-1) |
Google-chrome-stable (76.0.3809.100-1) currently works with 127.0.01 instead of localhost
|
Trying to figure out why we need to start Chrome in headless mode now whereas before we didn't. Hard to make sure the changes make sense if that isn't answered. |
well i just use docker, and works fine, just run docker run --rm --net=host -d -p4444:4444 selenium/standalone-chrome:lastest |
Travis has changed their default OS version from Trusty to Xenial. Running the behat tests with the chrome profile fails:
moodle-plugin-ci behat --profile chrome
Moodle 3.8dev (Build: 20190614), 5dae8c051579b6d79dba4763d45500b049fc0fb5
Php: 7.2.15, pgsql: 9.6.12, OS: Linux 4.15.0-1028-gcp x86_64
Server OS "Linux", Browser: "chrome"
Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
Started at 18-06-2019, 17:49
Selenium server is not running, you need to start it to run tests that involve Javascript. More info in https://docs.moodle.org/dev/Running_acceptance_test
The text was updated successfully, but these errors were encountered: