Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/borisosipov/wdio-reportportal-service

Service for https://github.com/BorisOsipov/wdio-reportportal-reporter
https://github.com/borisosipov/wdio-reportportal-service

hacktoberfest

Last synced: 3 months ago
JSON representation

Service for https://github.com/BorisOsipov/wdio-reportportal-reporter

Awesome Lists containing this project

README

        

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](https://webdriver.io/docs/gettingstarted).

## 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