wdio-reportportal-service

7.3.1 • Public • Published

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

Package Sidebar

Install

npm i wdio-reportportal-service

Weekly Downloads

18,974

Version

7.3.1

License

MIT

Unpacked Size

12.4 kB

Total Files

6

Last publish

Collaborators

  • borisosipov