@wdio/spec-reporter
Advanced tools
Comparing version 9.1.3 to 9.2.2
@@ -147,3 +147,3 @@ // src/index.ts | ||
const content = stat.type === "test" ? `${this._preface} ${indent}${this.setMessageColor(this.getSymbol(state), state)} ${title} \xBB ${this.setMessageColor("[", state)} ${this._suiteName} ${this.setMessageColor("]", state)}` : stat.type !== "hook" ? `${suiteStartBanner}${this._preface} ${title}` : title ? `${this._preface} Hook executed: ${title}` : void 0; | ||
if (process.send && content && !process.env.VITEST_WORKER_ID) { | ||
if (process.send && content && !process.env.WDIO_UNIT_TESTS) { | ||
process.send({ name: "reporterRealTime", content }); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "@wdio/spec-reporter", | ||
"version": "9.1.3", | ||
"version": "9.2.2", | ||
"description": "A WebdriverIO plugin to report in spec style", | ||
@@ -34,4 +34,4 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"dependencies": { | ||
"@wdio/reporter": "9.1.3", | ||
"@wdio/types": "9.1.3", | ||
"@wdio/reporter": "9.2.2", | ||
"@wdio/types": "9.2.2", | ||
"chalk": "^5.1.2", | ||
@@ -44,3 +44,3 @@ "easy-table": "^1.2.0", | ||
}, | ||
"gitHead": "db677c6008e388301aba23f655679f4c5b6ea023" | ||
"gitHead": "a82feee9b819e978b0d75dc899dd8284303935e1" | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
35327
+ Added@wdio/reporter@9.2.2(transitive)
+ Added@wdio/types@9.2.2(transitive)
- Removed@wdio/reporter@9.1.3(transitive)
- Removed@wdio/types@9.1.3(transitive)
Updated@wdio/reporter@9.2.2
Updated@wdio/types@9.2.2