Skip to content

abhi1693/setup-browser

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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)

Note: For Chrome versions refer to https://www.chromium.org/getting-involved/download-chromium/

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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published