Skip to content

sportalliance/setup-geckodriver

 
 

Repository files navigation

build-test

setup-geckodriver

This action sets by Geckodriver for use in actions by:

  • downloading and caching a version of Geckodriver by version and add to PATH

Usage

Valid inputs:

  • geckodriver-version: Specific version of geckodriver to use.
  • token: GitHub access token. Used to avoid rate limits.

Basic usage:

steps:
  - uses: browser-actions/setup-geckodriver@latest
    with:
      token: ${{ secrets.GITHUB_TOKEN }}
  - run: geckodriver --version

Contributing

See CONTRIBUTING.md for development setup, workflow, and release process.

License

MIT

About

Set up your GitHub Actions workflow with a specific version of geckodriver.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.8%
  • JavaScript 3.2%