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.2.2 to 9.2.8

5

build/index.js
// src/index.ts
import path from "node:path";
import { format } from "node:util";
import prettyMs from "pretty-ms";
import { format } from "node:util";
import { Chalk } from "chalk";

@@ -470,3 +471,3 @@ import WDIOReporter, { TestStats } from "@wdio/reporter";

const app = (caps["appium:app"] || caps.app || "").replace("sauce-storage:", "");
const appName = app || caps["appium:bundleId"] || caps["appium:appPackage"];
const appName = caps["appium:bundleId"] || caps["appium:appPackage"] || caps["appium:appActivity"] || (path.isAbsolute(app) ? path.basename(app) : app);
const browser = caps.browserName || caps.browser || appName;

@@ -473,0 +474,0 @@ const version = caps.browserVersion || caps.version || caps["appium:platformVersion"] || caps.browser_version;

4

package.json
{
"name": "@wdio/spec-reporter",
"version": "9.2.2",
"version": "9.2.8",
"description": "A WebdriverIO plugin to report in spec style",

@@ -43,3 +43,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "a82feee9b819e978b0d75dc899dd8284303935e1"
"gitHead": "f02604aee33fb785a1737db3c9092bacfc99a1f3"
}

Sorry, the diff of this file is not supported yet

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