@wdio/reporter
Advanced tools
Comparing version 5.13.2 to 5.14.4
@@ -78,2 +78,3 @@ "use strict"; | ||
currentSuite.hooks.push(hookStat); | ||
currentSuite.hooksAndTests.push(hookStat); | ||
this.hooks[hook.uid] = hookStat; | ||
@@ -92,2 +93,3 @@ this.onHookStart(hookStat); | ||
currentSuite.tests.push(currentTest); | ||
currentSuite.hooksAndTests.push(currentTest); | ||
this.tests[test.uid] = currentTest; | ||
@@ -129,4 +131,6 @@ this.onTestStart(currentTest); | ||
currentSuite.tests.push(currentTest); | ||
currentSuite.hooksAndTests.push(currentTest); | ||
} else { | ||
suiteTests[suiteTests.length - 1] = currentTest; | ||
currentSuite.hooksAndTests[currentSuite.hooksAndTests.length - 1] = currentTest; | ||
} | ||
@@ -133,0 +137,0 @@ |
@@ -23,2 +23,3 @@ "use strict"; | ||
this.suites = []; | ||
this.hooksAndTests = []; | ||
} | ||
@@ -25,0 +26,0 @@ |
{ | ||
"name": "@wdio/reporter", | ||
"version": "5.13.2", | ||
"version": "5.14.4", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -41,3 +41,4 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "f646117fb777ab16d7614f2c8e6d896b0f2190ee" | ||
"types": "reporter.d.ts", | ||
"gitHead": "a61e97749a57e7b9e86864cbdf03456c71fd876a" | ||
} |
23935
11
398