fix: update Chrome installation for Puppeteer across platforms#11642
Open
KauanAfonso wants to merge 2 commits into
Open
fix: update Chrome installation for Puppeteer across platforms#11642KauanAfonso wants to merge 2 commits into
KauanAfonso wants to merge 2 commits into
Conversation
Member
|
@KauanAfonso, thanks for looking into the CI issue and creating a separate PR for the fix.
Thanks. |
Author
|
Ok, thanks for the review! |
e6e9ea4 to
0ef3fa4
Compare
Signed-off-by: kauanAfonso <kauan.afonso@ibm.com>
0ef3fa4 to
496cc62
Compare
8 tasks
Signed-off-by: Kauan Afonso <kauanafon3@gmail.com>
f661d5d to
e670208
Compare
dhmlau
approved these changes
Jun 23, 2026
dhmlau
left a comment
Member
There was a problem hiding this comment.
@KauanAfonso, thanks for the fix—LGTM from my side. Let’s wait for additional reviews before merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Chrome Installation for Puppeteer Across Platforms
Description
This PR updates the CI workflow to properly install and configure Google Chrome for Puppeteer across all supported operating systems (Linux, macOS, and Windows).
Previously, Chrome was only installed and configured for Linux, causing Puppeteer-based tests to fail on other platforms.
Changes
brew install --cask google-chromechoco install googlechromeapt-getPUPPETEER_EXECUTABLE_PATHenvironment variable for:/usr/bin/google-chrome)/Applications/Google Chrome.app/Contents/MacOS/Google Chrome)C:/Program Files/Google/Chrome/Application/chrome.exe)Motivation
Puppeteer requires a Chromium/Chrome executable to run browser-based tests. Without proper installation and configuration, tests fail in CI environments.
This change ensures consistent test execution across all supported CI platforms.
Checklist
npm testpasses on your machine