-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[build] Upload Selenium Grid 4.40.0 #3064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Signed-off-by: Viet Nguyen Duc <[email protected]>
bb4dfd3 to
492ff1e
Compare
User description
This PR to update Selenium Grid 4.40.0 and backward browser versions
PR Type
Enhancement
Description
Update Selenium Grid base version from 4.39.0 to 4.40.0
Add Firefox version 147 to backward compatibility matrix
Update Chrome and Edge versions for version 143
Extend browser version ranges for Chrome and Firefox
Update nightly snapshot version to 4.41.0-SNAPSHOT
Diagram Walkthrough
File Walkthrough
Makefile
Update Selenium Grid version to 4.40.0Makefile
BASE_RELEASEfrom selenium-4.39.0 to selenium-4.40.0BASE_VERSIONandBINDING_VERSIONfrom 4.39.0 to 4.40.0VERSIONandMVN_SELENIUM_VERSIONfrom 4.39.0 to 4.40.0BASE_VERSION_NIGHTLYfrom 4.40.0-SNAPSHOT to 4.41.0-SNAPSHOTrelease-chrome-versions.yml
Add Chrome version 144 to release workflow.github/workflows/release-chrome-versions.yml
release-firefox-versions.yml
Add Firefox version 147 to release workflow.github/workflows/release-firefox-versions.yml
browser-matrix.yml
Update browser versions in compatibility matrixtests/build-backward-compatible/browser-matrix.yml
firefox-matrix.yml
Add Firefox 147 to test matrixtests/build-backward-compatible/firefox-matrix.yml
selenium-matrix.yml
Add Selenium 4.40.0 to test matrixtests/build-backward-compatible/selenium-matrix.yml
release and binding versions