Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/browser-actions/setup-geckodriver
Set up your GitHub Actions workflow with a specific version of geckodriver.
https://github.com/browser-actions/setup-geckodriver
actions geckodriver github-actions
Last synced: 9 days ago
JSON representation
Set up your GitHub Actions workflow with a specific version of geckodriver.
- Host: GitHub
- URL: https://github.com/browser-actions/setup-geckodriver
- Owner: browser-actions
- License: mit
- Created: 2020-12-31T09:51:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T14:14:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T15:44:55.934Z (22 days ago)
- Topics: actions, geckodriver, github-actions
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 5
- Watchers: 3
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![build-test](https://github.com/browser-actions/setup-geckodriver/workflows/build-test/badge.svg)
# 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:
```yaml
steps:
- uses: browser-actions/setup-geckodriver@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: geckodriver --version
```## License
[MIT](LICENSE)