Socket
Socket
Sign inDemoInstall

@wdio/cli

Package Overview
Dependencies
Maintainers
3
Versions
641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/cli - npm Package Compare versions

Comparing version 9.0.0-alpha.367 to 9.0.0-alpha.369

2

build/commands/run.d.ts

@@ -119,3 +119,3 @@ import type { Argv } from 'yargs';

};
export declare const builder: (yargs: Argv) => Argv<import("yargs").Omit<{}, "framework" | "reporters" | "hostname" | "port" | "path" | "updateSnapshots" | "user" | "key" | "exclude" | "spec" | "repeat" | "bail" | "watch" | "shard" | "mochaOpts" | "jasmineOpts" | "cucumberOpts" | "baseUrl" | "waitforTimeout" | "logLevel" | "coverage" | "suite"> & import("yargs").InferredOptionTypes<{
export declare const builder: (yargs: Argv) => Argv<import("yargs").Omit<{}, "framework" | "reporters" | "hostname" | "port" | "path" | "updateSnapshots" | "user" | "key" | "spec" | "repeat" | "exclude" | "bail" | "watch" | "shard" | "mochaOpts" | "jasmineOpts" | "cucumberOpts" | "baseUrl" | "waitforTimeout" | "logLevel" | "coverage" | "suite"> & import("yargs").InferredOptionTypes<{
readonly watch: {

@@ -122,0 +122,0 @@ readonly desc: "Run WebdriverIO in watch mode";

@@ -222,4 +222,10 @@ import exitHook from 'async-exit-hook';

}
const specs = caps.specs || caps['wdio:specs'];
const excludes = caps.exclude || caps['wdio:exclude'];
const specs = (
// @ts-expect-error deprecated
caps.specs ||
caps['wdio:specs']);
const excludes = (
// @ts-expect-error deprecated
caps.exclude ||
caps['wdio:exclude']);
const files = this.configParser.getSpecs(specs, excludes);

@@ -226,0 +232,0 @@ return files.map((file) => {

{
"name": "@wdio/cli",
"version": "9.0.0-alpha.367+1c1d44229",
"version": "9.0.0-alpha.369+43868ec82",
"description": "WebdriverIO testrunner command line interface",

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

"@vitest/snapshot": "^1.2.1",
"@wdio/config": "9.0.0-alpha.367+1c1d44229",
"@wdio/globals": "9.0.0-alpha.367+1c1d44229",
"@wdio/logger": "9.0.0-alpha.367+1c1d44229",
"@wdio/protocols": "9.0.0-alpha.367+1c1d44229",
"@wdio/types": "9.0.0-alpha.367+1c1d44229",
"@wdio/utils": "9.0.0-alpha.367+1c1d44229",
"@wdio/config": "9.0.0-alpha.369+43868ec82",
"@wdio/globals": "9.0.0-alpha.369+43868ec82",
"@wdio/logger": "9.0.0-alpha.369+43868ec82",
"@wdio/protocols": "9.0.0-alpha.369+43868ec82",
"@wdio/types": "9.0.0-alpha.369+43868ec82",
"@wdio/utils": "9.0.0-alpha.369+43868ec82",
"async-exit-hook": "^2.0.1",

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

"tsx": "^4.7.2",
"webdriverio": "9.0.0-alpha.367+1c1d44229",
"webdriverio": "9.0.0-alpha.369+43868ec82",
"yargs": "^17.7.2"

@@ -89,3 +89,3 @@ },

},
"gitHead": "1c1d44229632b8a472ca68155fdd5c001da07145"
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6"
}

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