Skip to content

Quickly and easily install common browsers and browser testing tools on CircleCI

License

Notifications You must be signed in to change notification settings

CircleCI-Public/browser-tools-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser-Tools Orb CircleCI Build Status Orb Version Badge GitHub license CircleCI Community

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.

Usage

For full usage guidelines, see the orb registry listing.

Timeout parameter

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

Contributing

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.