Socket
Socket
Sign inDemoInstall

@wdio/cli

Package Overview
Dependencies
365
Maintainers
3
Versions
619
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.30.0 to 8.31.0

11

build/constants.js

@@ -823,2 +823,13 @@ import fs from 'node:fs/promises';

/**
* Overrides default snapshot path. For example, to store snapshots next to test files.
*/
resolveSnapshotPath: {
type: 'function',
validate: (param) => {
if (param && typeof param !== 'function') {
throw new Error('the "resolveSnapshotPath" options needs to be a function');
}
}
},
/**
* The number of times to retry the entire specfile when it fails as a whole

@@ -825,0 +836,0 @@ */

2

build/interface.js

@@ -14,3 +14,3 @@ import { EventEmitter } from 'node:events';

#snapshotManager = new SnapshotManager({
updateSnapshot: 'new'
updateSnapshot: 'new' // ignored in this context
});

@@ -17,0 +17,0 @@ hasAnsiSupport;

{
"name": "@wdio/cli",
"version": "8.30.0",
"version": "8.31.0",
"description": "WebdriverIO testrunner command line interface",

@@ -50,8 +50,8 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@vitest/snapshot": "^1.2.1",
"@wdio/config": "8.30.0",
"@wdio/globals": "8.30.0",
"@wdio/config": "8.31.0",
"@wdio/globals": "8.31.0",
"@wdio/logger": "8.28.0",
"@wdio/protocols": "8.29.7",
"@wdio/types": "8.30.0",
"@wdio/utils": "8.30.0",
"@wdio/types": "8.31.0",
"@wdio/utils": "8.31.0",
"async-exit-hook": "^2.0.1",

@@ -71,3 +71,3 @@ "chalk": "^5.2.0",

"recursive-readdir": "^2.2.3",
"webdriverio": "8.30.0",
"webdriverio": "8.31.0",
"yargs": "^17.7.2"

@@ -88,3 +88,3 @@ },

},
"gitHead": "033e2a91e97c9bd060eb70f2e4e412d382bec3af"
"gitHead": "3d44631bdcb332238b29aa0859dae7b335e51f89"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc