arknoll / ansible-role-selenium

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

Fix broken tests by installing unzip dependency. #18

Closed geerlingguy closed 8 years ago

geerlingguy commented 8 years ago

Tests that are passing:

arknoll commented 8 years ago

Thanks @geerlingguy!

geerlingguy commented 8 years ago

For 14.04, it seems the init script is causing a problem with idempotence.

For 12.04, it looks like Chrome isn't installable on 12.04, so we can either drop 12.04 or dynamically change the default to Firefox instead, just for 12.04.

geerlingguy commented 8 years ago

@arknoll - it looks like Google doesn't support either Ubuntu 12.04 or CentOS 6: http://superuser.com/a/878733/80658

We should either drop official support for those OSes or switch the default on the fly to Firefox.