Being able to interact with the browser can speed up debugging test failures.
A bit like geerlingguy/drupal-vm#246 and geerlingguy/drupal-vm#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:
- make the visible browser optional and keep headless as the default
- reuse the configurable display variable?
Being able to interact with the browser can speed up debugging test failures.
A bit like geerlingguy/drupal-vm#246 and geerlingguy/drupal-vm#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: