7.3.1 • Published 3 years ago

wdio-reportportal-service v7.3.1

Weekly downloads
3,139
License
MIT
Repository
github
Last release
3 years ago

WDIO Report Portal Reporter service for WebdriverIO.

Installation

The easiest way is to keep wdio-reportportal-service as a devDependency in your package.json.

{
  "devDependencies": {
    "wdio-reportportal-service": "^7.3.0"
  }
}

You can do it by:

npm install wdio-reportportal-reporter --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

Configure the output directory in your wdio.conf.js file:

const RpService = require('wdio-reportportal-service');

exports.config = {
  // ...
  services: [[RpService, {}]],
  // ...
}

License

This project is licensed under the MIT License - see the LICENSE.md file for details

7.3.1

3 years ago

7.3.0

3 years ago

7.2.0

3 years ago

7.0.0

3 years ago

6.4.1

3 years ago

6.4.0

3 years ago

6.1.1

3 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.2.5

4 years ago

5.2.4

4 years ago

5.2.3

4 years ago

5.2.2

5 years ago

5.2.1

5 years ago

5.2.0

5 years ago

5.1.0-beta

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

0.0.1

5 years ago