selenium
selenium copied to clipboard
[dotnet][rb][java][js][py] Automated Browser Version Update
This is an automated pull request to update pinned browsers and drivers
Merge after verify the new browser versions properly passing the tests and no bugs need to be filed
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
| ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
| ⚡ Recommended focus areas for review Version Update |
PR Code Suggestions ✨
No code suggestions found for the PR.
CI Failure Feedback 🧐
(Checks updated until commit https://github.com/SeleniumHQ/selenium/commit/7f1f11493cebbcb273c44c6668faaef9c56a48cd)
|
Action: Ruby / Local Tests (firefox, macos) / Local Tests (firefox, macos) |
|
Failed stage: Run Bazel [❌] |
|
Failed test name: //rb/spec/integration/selenium/webdriver:driver-firefox |
|
Failure summary: The action failed due to the following reasons: bundle install command failed because the activesupport-7.2.1.2 gem requires Ruby version >= 3.1.0, but the current Ruby version is 3.0.6. failure of the action. |
Relevant error logs:
|
✨ CI feedback usage guide:
The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:
- Failed stage
- Failed test name
- Failure summary
- Relevant error logs
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.
Configuration options
enable_auto_checks_feedback- if set to true, the tool will automatically provide feedback when a check is failed. Default is true.excluded_checks_list- a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.enable_help_text- if set to true, the tool will provide a help message with the feedback. Default is true.persistent_comment- if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.final_update_message- ifpersistent_commentis true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.
See more information about the checks tool in the docs.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 57.78%. Comparing base (
57f8398) to head (22de2d2). Report is 796 commits behind head on trunk.
Additional details and impacted files
@@ Coverage Diff @@
## trunk #14559 +/- ##
==========================================
- Coverage 58.48% 57.78% -0.70%
==========================================
Files 86 89 +3
Lines 5270 5609 +339
Branches 220 245 +25
==========================================
+ Hits 3082 3241 +159
- Misses 1968 2123 +155
- Partials 220 245 +25
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.