-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): update packages to use
latest
version of ChromeDriver (#454)
- Loading branch information
Showing
8 changed files
with
76 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,6 +129,7 @@ jobs: | |
- restore_dependency_cache | ||
# Re-build packages, ensuring packages/webdriverjs/dist exists. | ||
- run: npx lerna run prepare | ||
- run: npx [email protected] install chrome chromedriver | ||
- run: npm run coverage --prefix=packages/cli | ||
|
||
puppeteer: | ||
|
@@ -137,13 +138,16 @@ jobs: | |
- checkout | ||
- restore_dependency_cache | ||
- run: npm run build --prefix=packages/puppeteer | ||
- run: npx [email protected] install chrome chromedriver | ||
- run: npm run coverage --prefix=packages/puppeteer | ||
|
||
webdriverjs: | ||
<<: *defaults | ||
steps: | ||
- checkout | ||
- restore_dependency_cache | ||
- run: npx [email protected] install chrome chromedriver | ||
- run: npm --prefix=packages/webdriverjs run build | ||
- run: npm run coverage --prefix=packages/webdriverjs | ||
|
||
webdriverjs-example: | ||
|
@@ -159,6 +163,7 @@ jobs: | |
steps: | ||
- checkout | ||
- restore_dependency_cache | ||
- run: npx [email protected] install chrome chromedriver | ||
- run: npm run coverage --prefix=packages/webdriverio | ||
|
||
reporter-earl: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters