Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/spec-reporter

Package Overview
Dependencies
Maintainers
3
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/spec-reporter - npm Package Compare versions

Comparing version 9.1.3 to 9.2.2

2

build/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc