You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

wdio-reportportal-reporter

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-reportportal-reporter - npm Package Compare versions

Comparing version

to
0.0.6

7

build/reporter.js

@@ -30,4 +30,2 @@ 'use strict';

// Test framework events
this.on('hook:start', this.hookStart.bind(this));
this.on('hook:end', this.hookEnd.bind(this));
this.on('suite:start', this.suiteStart.bind(this));

@@ -40,7 +38,2 @@ this.on('suite:end', this.suiteEnd.bind(this));

// Runner events (webdriver)
this.on('start', this.start.bind(this));
this.on('runner:command', this.runnerCommand.bind(this));
this.on('runner:result', this.runnerResult.bind(this));
// Rp events

@@ -47,0 +40,0 @@ this.on(events.RP_LOG, this.sendLog.bind(this));

3

lib/reporter.js

@@ -29,5 +29,2 @@ const { EventEmitter } = require('events');

// Runner events (webdriver)
this.on('start', ::this.start);
// Rp events

@@ -34,0 +31,0 @@ this.on(events.RP_LOG, ::this.sendLog);

2

package.json
{
"name": "wdio-reportportal-reporter",
"version": "0.0.5",
"version": "0.0.6",
"description": "A WebdriverIO plugin. Report results to Report Portal.",

@@ -5,0 +5,0 @@ "main": "build/reporter.js",