wdio-reportportal-reporter
Advanced tools
Comparing version
@@ -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)); |
@@ -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); |
{ | ||
"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", |
22596
-1.63%482
-1.63%