arknoll / ansible-role-selenium

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

Support visible instead of headless browser #43

Open PaddleCMS opened 7 years ago

PaddleCMS commented 7 years ago

Being able to interact with the browser can speed up debugging test failures.

A bit like https://github.com/geerlingguy/drupal-vm/issues/246 and https://github.com/geerlingguy/drupal-vm/issues/367 but without VNC and/or a "-debug" Docker image from Selenium https://github.com/SeleniumHQ/docker-selenium

To do so, we need to connect with xorg and not start xvfb.

Remaining tasks: