test: add ubuntu-24.04-arm to Chrome for Testing example - #1892
Open
MikeMcC399 wants to merge 2 commits into
Open
test: add ubuntu-24.04-arm to Chrome for Testing example#1892MikeMcC399 wants to merge 2 commits into
MikeMcC399 wants to merge 2 commits into
Conversation
Install from stable channel of Chrome for Testing
Collaborator
Author
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.
ubuntu-24.04-armto Chrome for Testing example #1861Situation
The workflow example-chrome-for-testing.yml runs a specific Chrome for Testing version
140in theubuntu-24.04GitHub Actions runner image.The latest
stableversion of Chrome for Testing is153.0.8010.36Cypress supports the latest 3 major versions: 153, 152 & 151
According to Chrome for Testing > Supported platforms
linux-arm64is supported since v153.0.8001.0browser-actions/[email protected] added support for Linux arm64
Change
Add a matrix to example-chrome-for-testing.yml and test under
Remove the explicit Chrome for Testing version selection:
so that the default
stablechannel is used.Align the README documentation section accordingly.
Note
Low Risk
CI and documentation-only changes; no runtime changes to the GitHub Action itself.
Overview
Expands the Chrome for Testing example workflow to run Cypress on both
ubuntu-24.04andubuntu-24.04-armvia a matrix withfail-fast: false, covering linux-arm64 Chrome for Testing support.browser-actions/setup-chromeno longer pinschrome-version: 140; it relies on the action’s default stable channel. Workflow comments and the README Chrome for Testing section are updated to match (example YAML and wording only).Reviewed by Cursor Bugbot for commit 3f13d0e. Bugbot is set up for automated code reviews on this repo. Configure here.