-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix(cli): update packages to use latest
version of ChromeDriver
#454
Conversation
latest
version of ChromeDriver
.circleci/config.yml
Outdated
@@ -127,6 +127,7 @@ jobs: | |||
steps: | |||
- checkout | |||
- restore_dependency_cache | |||
- run: npx browser-driver-manager@1.0.4 install chrome chromedriver |
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.
Since you're doing this for every package, probably best to install it as a dependency at the root so you don't have to waste time reinstalling it for every job.
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.
Chrome version is at V96 when I ran it on SSH, we would need to store Chrome in a cache or find a docker image that updates the chrome versions?
latest
version of ChromeDriverlatest
version of ChromeDriver
Closes issue: #452