1.0.1 • Published 7 years ago

protractor-toolbox v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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! :sparkles:

Licence

MIT