UNPKG

wdio-reportportal-service

Version:
36 lines (28 loc) 864 B
WDIO Report Portal Reporter service for WebdriverIO. ==================== ## Installation The easiest way is to keep `wdio-reportportal-service` as a devDependency in your `package.json`. ```json { "devDependencies": { "wdio-reportportal-service": "^7.3.0" } } ``` You can do it by: ```bash npm install wdio-reportportal-reporter --save-dev ``` Instructions on how to install `WebdriverIO` can be found [here](http://webdriver.io/guide/getstarted/install.html). ## Configuration Configure the output directory in your wdio.conf.js file: ```js const RpService = require('wdio-reportportal-service'); exports.config = { // ... services: [[RpService, {}]], // ... } ``` ## 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