7.3.1 • Published 4 years ago
wdio-reportportal-service v7.3.1
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
4 years ago
7.3.0
4 years ago
7.2.0
4 years ago
7.0.0
4 years ago
6.4.1
4 years ago
6.4.0
4 years ago
6.1.1
4 years ago
6.1.0
5 years ago
6.0.0
5 years ago
5.2.5
5 years ago
5.2.4
5 years ago
5.2.3
6 years ago
5.2.2
6 years ago
5.2.1
6 years ago
5.2.0
6 years ago
5.1.0-beta
6 years ago
5.0.2
6 years ago
5.0.1
6 years ago
5.0.0
6 years ago
0.0.1
7 years ago