arknoll / ansible-role-selenium

Ansible Role Selenium
https://galaxy.ansible.com/list#/roles/4340
Other
20 stars 52 forks source link

Fixes #29: Chromedriver not working with installed Selenium version. #30

Open geerlingguy opened 7 years ago

geerlingguy commented 7 years ago

Apparently 3.x requires Java 8, so we'll need to shim that in like I do in my Solr roles, for older OS releases: https://github.com/geerlingguy/ansible-role-solr/blob/master/tests/test-solr-6.yml#L4-L33

geerlingguy commented 7 years ago

The fail seems to be in the service startup:

TASK [role_under_test : Ensure selenium is running] ****************************
changed: [localhost]

That's the only change in the idempotence test. I was only testing under Ubuntu—it looks like this occurs on both CentOS 7 and Debian 8.