Ansible role to install chrome and chromedriver, which are useful for Behat testing.
variable | default | description |
---|---|---|
chromedriver_version | latest | Version to use for installation. Use Latest to get always the most up to date. |
chromedriver_path | /opt/google/chromedriver/bin/ | The path where the chromedriver is installed. |
google_chrome_package_name | google-chrome-stable | The name of the chrome package |
none
- hosts: servers
roles:
- esolitos.chrome_headless
BSD