# Report Portal Service

> wdio-reportportal-service is a 3rd party package, for more information please see [GitHub](https://github.com/borisosipov/wdio-reportportal-service) | [npm](https://www.npmjs.com/package/wdio-reportportal-service)

## Installation[​](#installation "Direct link to 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](https://webdriver.io/docs/gettingstarted).

## Configuration[​](#configuration "Direct link to Configuration")

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

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

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

## License[​](#license "Direct link to License")

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/BorisOsipov/wdio-reportportal-service/blob/master/LICENSE) file for details
