@tractor-plugins/browser
Plugin for tractor that contains a subset of Protractor browser methods.
Currently implemented methods
browser.get
browser.refresh
browser.setLocation
browser.getCurrentUrl
browser.waitForAngular
browser.pause
Custom helper methods
browser.sendEnterKey
browser.sendDeleteKey
Development
To set up development, just run yarn
from the root of the repository. You can then run the following commands from within the directory, or use lerna run
with --scope="@tractor-plugins/browser
.
Build
To build the whole package:
yarn build
Test
To run unit tests:
yarn test
yarn cover # with coverage