wdio-reportportal-reporter
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -22,4 +22,2 @@ const { EventEmitter } = require('events'); | ||
// Test framework events | ||
this.on('hook:start', ::this.hookStart); | ||
this.on('hook:end', ::this.hookEnd); | ||
this.on('suite:start', ::this.suiteStart); | ||
@@ -34,4 +32,2 @@ this.on('suite:end', ::this.suiteEnd); | ||
this.on('start', ::this.start); | ||
this.on('runner:command', ::this.runnerCommand); | ||
this.on('runner:result', ::this.runnerResult); | ||
@@ -38,0 +34,0 @@ // Rp events |
{ | ||
"name": "wdio-reportportal-reporter", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A WebdriverIO plugin. Report results to Report Portal.", | ||
@@ -5,0 +5,0 @@ "main": "build/reporter.js", |
@@ -12,3 +12,3 @@ WDIO Report Portal Reporter | ||
"devDependencies": { | ||
"wdio-reportportal-reporter": "~0.0.3" | ||
"wdio-reportportal-reporter": "~0.0.4" | ||
} | ||
@@ -15,0 +15,0 @@ } |
22971
490