@wdio/reporter
Advanced tools
Comparing version 5.14.4 to 5.14.5
@@ -136,3 +136,3 @@ "use strict"; | ||
this.tests[currentTest.uid] = currentTest; | ||
currentTest.skip(); | ||
currentTest.skip(test.pendingReason); | ||
this.counts.skipping++; | ||
@@ -139,0 +139,0 @@ this.counts.tests++; |
@@ -29,3 +29,4 @@ "use strict"; | ||
skip() { | ||
skip(reason) { | ||
this.pendingReason = reason; | ||
this.state = 'skipped'; | ||
@@ -32,0 +33,0 @@ } |
{ | ||
"name": "@wdio/reporter", | ||
"version": "5.14.4", | ||
"version": "5.14.5", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -42,3 +42,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"types": "reporter.d.ts", | ||
"gitHead": "a61e97749a57e7b9e86864cbdf03456c71fd876a" | ||
"gitHead": "d22ba8ceeeee4e94d6a4f67da707c7e06eeed7fe" | ||
} |
23992
399