A WebdriverIO v5 service for wdio-reportportal-reporter.
npm install wdio-reportportal-serviceWDIO Report Portal Reporter service for WebdriverIO.
====================
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.Configuration
Configure the output directory in your wdio.conf.js file:
`js
const RpService = require('wdio-reportportal-service');exports.config = {
// ...
services: [[RpService, {}]],
// ...
}
``This project is licensed under the MIT License - see the LICENSE.md file for details