/setup-browser

Set up your GitHub Actions workflow with a specific version of browser

Primary LanguageTypeScriptMIT LicenseMIT

action ci - chrome action ci - firefox

setup-browser

This action sets various different browsers for use:

  • Install and setup latest Chrome
  • Install and setup latest Edge
  • Install and setup latest Firefox
  • Cross platform runner (macOS, Linux, Windows)
  • Install by channel (stable, beta, dev)
  • Install by version number (88.0.4324, or 88.0)

Usage

Basic usage:

steps:
  - uses: abhi1693/setup-browser@v0.3.4
    with:
      browser: chrome
      version: latest

Inputs

Name Description Default Required
browser The browser to install [chrome, edge, firefox]. N/A true
version The version to install. latest false

Outputs

Name Description
binary The name of the installed binary.
path Path of the installed binary.

License

MIT