-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Javascript single test file execution #1663
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
In selenium documentation, javascript test file execution was missing. Therefore, I added that the command to run a test file for javascript in "Running Selenium File > JavaScript" section.
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
CLA assistant check
All committers have signed the CLA.
PR Description updated to latest commit (c6d76bd)
- Copy walkthrough table to "Files Changed" Tab
PR Review
1, because the PR involves straightforward documentation updates and a minor change in the package-lock.json file. The changes are clear and limited in scope, making it easy for a reviewer familiar with the project structure and documentation standards.
No
Incorrect Command Description: The added documentation instructs to use a command to run a "ruby script" in the JavaScript section, which seems to be a copy-paste error. It should be corrected to "Use this command to run a JavaScript test file and follow the first script example."
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. |
@CLAassistant CLA has been signed from my end. please check.
CLA assistant check All committers have signed the CLA.
please check the CLA contributor sign list
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.
Hi @Sakif-Al-Faruque ,
Thank you for the PR.
I have requested for few changes, can you look into them!
Thanks!
website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md
Show resolved
Hide resolved
Hi @Sakif-Al-Faruque ,
Thank you for the PR.
I have requested for few changes, can you look into them!
Thanks!
My pleasure to have your opinion.
Hello, @harsha509 could you please check the last commits ?!
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 @Sakif-Al-Faruque for the changes!
Congratulations on your first contribution to Selenium Docs @Sakif-Al-Faruque 🎉 🎉 🎉 !
* Javascript single test file execution In selenium documentation, javascript test file execution was missing. Therefore, I added that the command to run a test file for javascript in "Running Selenium File > JavaScript" section. * Small correction in examples>javascript>test>README.md * package-lock.json file has been excluded * similar changes are added to other translated files --------- Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> c2299d8
Congratulations on your first contribution to Selenium Docs @Sakif-Al-Faruque 🎉 🎉 🎉 !
Great! Thank you so much @harsha509. Your important recommendations help me to make it.
Uh oh!
There was an error while loading. Please reload this page.
User description
In selenium documentation, javascript test file execution was missing. Therefore, I added that the command to run a test file for javascript in Running Selenium File > JavaScript section.
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
documentation, enhancement
Description
package-lock.jsonfile to the project structure.Changes walkthrough
README.md
Instructions for Executing a Single JavaScript Testexamples/javascript/README.md
node example_script.spec.js) for running aspecific test script.
first_script.en.md
Documentation Update for JavaScript Test Executionwebsite_and_docs/content/documentation/webdriver/getting_started/first_script.en.md
include a reference to the new instructions for executing a single
JavaScript test.
package-lock.json
Addition of package-lock.json Filepackage-lock.json
package-lock.jsonfile with basic structure.