-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the Safari 10 WebDriver to run tests
For all the reasons addressed in a WebKit blog post, https://webkit.org/blog/6901/webdriver-support-in-safari-10/, this method should be preferred over the previous method.
- Loading branch information
Showing
3 changed files
with
120 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,9 @@ | |
"safari" | ||
], | ||
"author": "Vojta Jina <[email protected]>", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"wd": "^1.10.3" | ||
}, | ||
"peerDependencies": { | ||
"karma": ">=0.9" | ||
}, | ||
|
@@ -29,6 +31,7 @@ | |
}, | ||
"contributors": [ | ||
"Andreas Krummsdorf <[email protected]>", | ||
"Friedel Ziegelmayer <[email protected]>" | ||
"Friedel Ziegelmayer <[email protected]>", | ||
"Ryan Lovelett <[email protected]>" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.