protractor-custom-plugin

0.0.4 • Public • Published

protractor-custom-plugin

A custom plugin created to wait until API requests complete before protractor exists.

Installation

Use Node Package Manager command npm to install plugin.

npm install protractor-custom-plugin

Usage

Import plugin in your protractor configuration file (conf.js (or) conf.ts)

      plugins: [{
        package: 'protractor-custom-plugin',
      }]

Once imported, to wait for any API call before protractor exists. Use

let protractorPlugin = require('protractor-custom-plugin');
...
...
protractorPlugin.resolve();
...
...

Contributing

No Pull requests will be accepted currentlt, as the current package is still in development mode.

Package Sidebar

Install

npm i protractor-custom-plugin

Weekly Downloads

1

Version

0.0.4

License

ISC

Unpacked Size

1.44 kB

Total Files

3

Last publish

Collaborators

  • sriharsha