wdio-reportportal-reporter
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -163,2 +163,6 @@ 'use strict'; | ||
const parent = this.getParent(test.cid); | ||
if (parent && parent.type !== entityType.TEST) { | ||
return; | ||
} | ||
const finishTestObj = { status, issue }; | ||
@@ -165,0 +169,0 @@ |
@@ -155,2 +155,6 @@ /* eslint-disable object-curly-newline */ | ||
const parent = this.getParent(test.cid); | ||
if (parent && parent.type !== entityType.TEST) { | ||
return; | ||
} | ||
const finishTestObj = { status, issue }; | ||
@@ -157,0 +161,0 @@ |
{ | ||
"name": "wdio-reportportal-reporter", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A WebdriverIO plugin. Report results to Report Portal.", | ||
@@ -5,0 +5,0 @@ "main": "build/reporter.js", |
36951
795