arknoll / ansible-role-selenium

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

Is there a working reference install? #37

Open jeff1985 opened 7 years ago

jeff1985 commented 7 years ago

I spent last two days trying to get this role to run. I tried it with geerlingguy/ubuntu1404 and geerlingguy/ubuntu1604. Even tried it as part of geerlingguy/drupal-vm, which seemed to be a good reference system. The setup runs through, but the result is not usable, because selenium is not able to start browser session. See here for example output.

I also tried to use firefox instead of firefox, but still to luck.

This might be related to issue #29. I also tried setting selenium_version=3.0.1 as in PR30. Unfortunately this did not help.

Do you have a minimum working vagrant config to start from?

geerlingguy commented 7 years ago

@jeff1985 - Currently if you try using chromedriver, you'll get stuck. The only working combo I can use right now is PhantomJS with Selenium... see https://github.com/geerlingguy/drupal-vm/issues/1152 — for now, I've given up on supporting Chrome and FireFox as options within Drupal VM, because both have a lot of weird issues with Behat currently :/