protractor-toolbox

1.0.1 • Public • Published

Protractor Toolbox

Utilities for Protractor tests. Tested with Protractor 3.0.0. API docs are here

Installation

    npm install protractor-toolbox --save-dev

Usage

    const toolbox = require('protractor-toolbox');

    const actions = toolbox.actions;
    const helpers = toolbox.helpers;
    const selectors = toolbox.selectors;
    const storages = toolbox.storages;
    const waiters = toolbox.waiters;

    waiters.waitToDisappear($('#loader'));

Contributing

If you want to contribute, do not forget to run the linter (npm run lint) and fix the errors.

Thank you! ✨

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i protractor-toolbox

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators