Install Chrome, Chrome for Testing, ChromeDriver, Edge, Firefox and geckodriver quickly and easily in your CI environment on CircleCI with the browser-tools orb. This orb is meant to pair with the 'browser' variants of convenience images. The convenience images have preinstalled dependencies for the browsers and contain Java and Selenium pre-installed. Use this orb with a browser variant convenience image and get started quickly with browser testing.
For full usage guidelines, see the orb registry listing.
All install commands support a timeout
parameter that maps to CircleCI's no_output_timeout
. Example:
- browser-tools/install_chrome:
replace_existing: true
timeout: 5m
- browser-tools/install_chromedriver:
timeout: 5m
We welcome issues to and pull requests against this repository!
For further questions/comments about this or other orbs, visit CircleCI's orbs discussion forum.