This action sets up a ChromeDriver for use in actions
See action.yml
steps:
- uses: actions/checkout@master
- uses: nanasess/setup-chromedriver@master
with:
chromedriver-version: '77.0.3865.40'
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional