-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update nightly version #1685
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
Update nightly version #1685
Conversation
CI Failure Feedback(Checks updated until commit 6bfbc33)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Description updated to latest commit (cce119e)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I will merge this and fix the code once the dependencies are updated. |
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
Type
enhancement, tests
Description
Changes walkthrough
10 files
latest-nightly-version.sh
Add Bash Script to Fetch Latest Nightly Version
scripts/latest-nightly-version.sh
type and name using GitHub API.
latest-nightly-version.ps1
Add PowerShell Script for Nightly Version Fetch
scripts/latest-nightly-version.ps1
version for package management.
dotnet-examples.yml
Update .NET Examples Workflow for Nightly Builds
.github/workflows/dotnet-examples.yml
based on the latest nightly version.
java-examples.yml
Enhance Java Examples Workflow with Nightly Support
.github/workflows/java-examples.yml
releases.
js-examples.yml
Update JavaScript Examples for Nightly Version Installation
.github/workflows/js-examples.yml
version of selenium-webdriver.
python-examples.yml
Configure Python Examples Workflow for Nightly Builds
.github/workflows/python-examples.yml
release type (stable or nightly).
ruby-examples.yml
Update Ruby Examples Workflow for Nightly Version
.github/workflows/ruby-examples.yml
of selenium-webdriver.
SeleniumDocs.csproj
Simplify .NET Project Configuration
examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
management is handled by the workflow.
pom.xml
Refactor Java POM for Flexible Selenium Versioning
examples/java/pom.xml
facilitating easier version management.
Gemfile
Clean Up Ruby Gemfile for Simplified Dependency Management
examples/ruby/Gemfile
settings for nightly builds.