setup-chrome icon indicating copy to clipboard operation
setup-chrome copied to clipboard

Document browser choice accurately

Open MikeMcC399 opened this issue 3 months ago • 1 comments

What is happening?

The README > Supported version formats is unclear about which type of browser will be installed, depending on the default or the parameter passed through the chrome-version option.

There are three different browsers available for download from Google:

  • Chromium
  • Google Chrome
  • Google Chrome for Testing

In CI build.yml, the following is observed for jobs using ubuntu-latest:

chrome-version browser chosen browser expected
"" Chrome for Testing stable version of Chrome for Testing
1295939 Chromium Chromium
120 Chrome for Testing Chrome for Testing
dev Chrome for Testing Chrome
latest Chromium unclear

The documentation implies that the release channel names stable (default), beta, dev and canary will install Google Chrome, not Google Chrome for Testing.

Version where you found the bug

v2.1.0 Jul 13, 2025

Runner specifics

ubuntu-latest

Action workflow configuration

See https://github.com/browser-actions/setup-chrome/blob/master/.github/workflows/build.yml

Link to the workflow run

https://github.com/browser-actions/setup-chrome/actions/runs/16243626836

Relevant log output

See https://github.com/browser-actions/setup-chrome/actions/runs/16243626836

MikeMcC399 avatar Sep 15 '25 12:09 MikeMcC399