titusfortner / setup-browser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 100.0%