@wdio/reporter
Advanced tools
Comparing version 6.1.14 to 6.1.23
@@ -147,3 +147,3 @@ "use strict"; | ||
}); | ||
this.on('client:command', payload => { | ||
this.on('client:beforeCommand', payload => { | ||
if (!currentTest) { | ||
@@ -157,3 +157,3 @@ return; | ||
}); | ||
this.on('client:result', payload => { | ||
this.on('client:afterCommand', payload => { | ||
if (!currentTest) { | ||
@@ -160,0 +160,0 @@ return; |
{ | ||
"name": "@wdio/reporter", | ||
"version": "6.1.14", | ||
"version": "6.1.23", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -42,3 +42,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"types": "reporter.d.ts", | ||
"gitHead": "1db0b8de0f2efd9e63bf76b01fe01f7e9985f03f" | ||
"gitHead": "849a89ba604ccd5d17d928032675a098cfe298da" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23361