Skip to content
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

Merged
merged 9 commits into from
Feb 14, 2022

Conversation

Zidious
Copy link
Contributor

@Zidious Zidious commented Feb 11, 2022

Closes issue: #452

@Zidious Zidious changed the title chore: update packages to use version of ChromeDriver chore: update packages to use latest version of ChromeDriver Feb 11, 2022
@@ -127,6 +127,7 @@ jobs:
steps:
- checkout
- restore_dependency_cache
- run: npx browser-driver-manager@1.0.4 install chrome chromedriver
Copy link
Contributor

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.

Copy link
Contributor Author

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?

@Zidious Zidious changed the title chore: update packages to use latest version of ChromeDriver fix(cli): update packages to use latest version of ChromeDriver Feb 14, 2022
@Zidious Zidious merged commit 607fa1b into develop Feb 14, 2022
@Zidious Zidious deleted the chore/update/chrome-driver branch February 14, 2022 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants