-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Check CLI options duplicated from env vars and SE_OPTS #2451
Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit 6a3707f)
✨ 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 |
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Support #2448 to detect duplicated CLI options might have via env vars
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
CONFIG_FILE
environment variable for better configuration management.Changes walkthrough 📝
start-selenium-grid-distributor.sh
Enhance distributor script with dynamic option appending
Distributor/start-selenium-grid-distributor.sh
start-selenium-grid-hub.sh
Improve hub script with flexible option handling
Hub/start-selenium-grid-hub.sh
start-selenium-node.sh
Update node script for dynamic configuration
NodeBase/start-selenium-node.sh
Dockerfile
Update Dockerfile with new configuration environment variable
Base/Dockerfile
CONFIG_FILE
environment variable.