Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: setup-chrome-v1.7.0
Choose a base ref
...
head repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: setup-chrome-v1.7.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    d28371d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: try to install browser version when user will not install Chrome…

    …Driver (#551)
    
    Installing ChromeDriver
    (#548) resolves a
    version which includes both the Chrome browser and ChromeDriver download
    URLs from
    [known-good-versions-with-downloads.json](https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json).
    Before this change, user was able to install a version which includes
    only chrome download URL. The action should be able to download chrome
    browser if the user does specifies "install-chromedriver: false" and
    matched version does not include ChromeDriver. This PR enables to
    install browser if the version does not include ChromeDriver on
    "install-chromedriver: false".
    
    Close #550
    ueokande authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f5596e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b1a8f View commit details
    Browse the repository at this point in the history
Loading