forked from shaka-project/karma-local-wd-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Automatically fetch and install drivers
Drivers are automatically fetched and installed to a cache in your home directory. They will always match the local browser version, without the need for any manual intervention. This is done using the webdriver-installer module (also by me).
- Loading branch information
1 parent
afa5117
commit 1e7a0ca
Showing
4 changed files
with
170 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ | |
], | ||
"author": "Joey Parrish <[email protected]>", | ||
"dependencies": { | ||
"wd": "^1.14.0" | ||
"wd": "^1.14.0", | ||
"webdriver-installer": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"karma": "^6.2.0" | ||
|