-
Notifications
You must be signed in to change notification settings - Fork 855
chore: remove chromedriver dependency #4972
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -169,6 +169,31 @@ npm run test:examples | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| npm run test:node | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### Chrome Driver Configuration | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Some tests require the Chrome Driver binary be installed with a matching Chrome version. This can be achieved with the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| `@puppeteer/browsers` command from the npm registry. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome` |
Copilot
AI
Jan 5, 2026
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.
Inconsistent capitalization. "Chrome Driver" should be "ChromeDriver" to match the standard naming convention used elsewhere in the documentation and in the environment variable name CHROMEDRIVER_BIN.
| ### Chrome Driver Configuration | |
| Some tests require the Chrome Driver binary be installed with a matching Chrome version. This can be achieved with the | |
| `@puppeteer/browsers` command from the npm registry. | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the Chrome Driver run: `npx @puppeteer/browsers install chromedriver` | |
| ### ChromeDriver Configuration | |
| Some tests require the ChromeDriver binary be installed with a matching Chrome version. This can be achieved with the | |
| `@puppeteer/browsers` command from the npm registry. | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the ChromeDriver run: `npx @puppeteer/browsers install chromedriver` |
Copilot
AI
Jan 5, 2026
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.
Inconsistent capitalization. "Chrome Driver" should be "ChromeDriver" to match the standard naming convention used elsewhere in the documentation and in the environment variable name CHROMEDRIVER_BIN.
| ### Chrome Driver Configuration | |
| Some tests require the Chrome Driver binary be installed with a matching Chrome version. This can be achieved with the | |
| `@puppeteer/browsers` command from the npm registry. | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the Chrome Driver run: `npx @puppeteer/browsers install chromedriver` | |
| ### ChromeDriver Configuration | |
| Some tests require the ChromeDriver binary be installed with a matching Chrome version. This can be achieved with the | |
| `@puppeteer/browsers` command from the npm registry. | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the ChromeDriver run: `npx @puppeteer/browsers install chromedriver` |
Copilot
AI
Jan 5, 2026
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.
Inconsistent capitalization. "Chrome Driver" should be "ChromeDriver" to match the standard naming convention used elsewhere in the documentation and in the environment variable name CHROMEDRIVER_BIN.
| ### Chrome Driver Configuration | |
| Some tests require the Chrome Driver binary be installed with a matching Chrome version. This can be achieved with the | |
| `@puppeteer/browsers` command from the npm registry. | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the Chrome Driver run: `npx @puppeteer/browsers install chromedriver` | |
| ### ChromeDriver Configuration | |
| Some tests require the ChromeDriver binary be installed with a matching Chrome version. This can be achieved with the | |
| `@puppeteer/browsers` command from the npm registry. | |
| To get the Chrome For Testing binary run: `npx @puppeteer/browsers install chrome`; | |
| To get the ChromeDriver run: `npx @puppeteer/browsers install chromedriver` |
Copilot
AI
Jan 5, 2026
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.
Grammatical issue. "command's arguments" should be "command's arguments" or better yet "the command's arguments" for clarity.
| > Do check the commands arguments, you can set a path to install to so they | |
| > Do check the command's arguments, you can set a path to install to so they |
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.
Missing period at the end of the sentence. It should be "...from the npm registry." to maintain consistency with the rest of the documentation.