This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugins): Changed and expanded the plugin API
* Changed the plugin API so that it is more uniform (see docs/plugins.md) * Updated existing plugins to the new API * Added the `onPageLoad` and `onPageSync` entry points for plugins for modifying `browser.get` * Added the `waitForPromise` and `waitForCondition` entry points for plugins for modifying `waitForAngular` * Added tests This closes #2126 and helps out @andresdominguez
- Loading branch information
Showing
17 changed files
with
673 additions
and
359 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
Oops, something went wrong.