-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use WebdriverIOs driver setup mechanism (#105)
* Remove npm packages for `chromedriver`: * `wdio-chromedriver-service` * `chromedriver` * `@types/chromedriver` * Use WebdriverIO's driver setup mechanism * Cache "chromium" version * Use the same encoding as below * Trim version * Remove browserName * Code review changes * Update the minimum supported version in CI * Update the minimum supported version in CI * Document the required version of webdriverio and how to configure Chromedriver
- Loading branch information
1 parent
4665af8
commit b661258
Showing
8 changed files
with
347 additions
and
414 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
vscodeVersion: | ||
# - insiders | ||
- stable | ||
- 1.83.0 | ||
- 1.86.0 | ||
- web | ||
runs-on: ${{ matrix.os }} | ||
|
||
|
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
Oops, something went wrong.