This library will help you with providing base DSL classes to lessen the burden of creating protractor scenarios.
Used global variables:
| name | default value | description |
|---|---|---|
| defaultExpectationTimeout | 10000 | Timeout to wait (in ms) a condition |
| defaultBrowserWidth | 1024 | Default width of browser to set before running Protractor tests |
| defaultBrowserHeight | 768 | Default height of browser to set before running Protractor tests |
To build a new version:
gulp build-dist
To release a new version:
gulp complete-release
Check Base DSL API for more information