-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update list CLI options #1678
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 list CLI options #1678
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Description updated to latest commit (a9a46c6)
- Copy walkthrough table to "Files Changed" Tab
PR Review
2, because the changes are straightforward and involve adding new CLI options to documentation files across multiple languages. The modifications are consistent and well-documented within the context of the existing structure.
No
Possible Inconsistency: The description for --newsession-threadpool-size mentions that the default value is "no. of available processors * 3", but it's not clear if this calculation is automatically handled by the software or if it needs manual configuration. Clarification in the documentation might be needed to avoid user confusion.
No
✨ Review tool usage guide:
Overview:
The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.
The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
- When commenting, to edit configurations related to the review tool (
pr_reviewersection), use the following template:
/review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
- With a configuration file, use the following template:
[pr_reviewer]
some_config1=...
some_config2=...
See the review usage page for a comprehensive guide on using this tool.
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @VietND96!
Uh oh!
There was an error while loading. Please reload this page.
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
Add new CLI option mentioned in PR SeleniumHQ/selenium#13804
Add 2 more CLI options are available in latest version but not mentioned yet
Types of changes
Checklist
Type
enhancement, documentation
Description
--newsession-threadpool-sizeacross multiple language documents to allow configuration of the thread pool size for session creation.--docker-host-config-keysCLI option to specify which Docker host configuration keys should be passed to browser containers.--disable-uiCLI option to allow disabling the Grid UI.Changes walkthrough
cli_options.en.md
Add new CLI options for session management, Docker, and UI controlwebsite_and_docs/content/documentation/grid/configuration/cli_options.en.md
--newsession-threadpool-sizefor configuringthread pool size.
--docker-host-config-keysto specify Docker hostconfiguration keys.
--disable-uito disable the Grid UI.cli_options.ja.md
Add new CLI options for session management, Docker, and UI controlwebsite_and_docs/content/documentation/grid/configuration/cli_options.ja.md
--newsession-threadpool-sizefor configuringthread pool size.
--docker-host-config-keysto specify Docker hostconfiguration keys.
--disable-uito disable the Grid UI.cli_options.pt-br.md
Add new CLI options for session management, Docker, and UI controlwebsite_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md
--newsession-threadpool-sizefor configuringthread pool size.
--docker-host-config-keysto specify Docker hostconfiguration keys.
--disable-uito disable the Grid UI.cli_options.zh-cn.md
Add new CLI options for session management, Docker, and UI controlwebsite_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md
--newsession-threadpool-sizefor configuringthread pool size.
--docker-host-config-keysto specify Docker hostconfiguration keys.
--disable-uito disable the Grid UI.