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

@wdio/config

Package Overview
Dependencies
Maintainers
2
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/config - npm Package Compare versions

Comparing version 6.10.10 to 6.10.11

7

build/types.d.ts

@@ -8,4 +8,5 @@ /// <reference types="webdriverio/webdriverio-core" />

export declare type Capabilities = (WebDriver.DesiredCapabilities | WebDriver.W3CCapabilities)[] | WebdriverIO.MultiRemoteCapabilities;
export declare type Capability = WebDriver.DesiredCapabilities | WebDriver.W3CCapabilities | WebdriverIO.MultiRemoteCapabilities;
export interface ConfigOptions extends Omit<WebdriverIO.Config, 'capabilities' | keyof WebdriverIO.Hooks>, Hooks {
automationProtocol?: 'webdriver' | 'devtools';
automationProtocol?: 'webdriver' | 'devtools' | './protocol-stub';
spec?: string[];

@@ -17,4 +18,8 @@ suite?: string[];

specFileRetriesDeferred?: boolean;
specFileRetries?: number;
maxInstances?: number;
}
export interface SingleConfigOption extends Omit<ConfigOptions, 'capabilities'> {
capabilities: Capability;
}
export declare type DefaultOptions<T> = {

@@ -21,0 +26,0 @@ [k in keyof T]?: {

4

package.json
{
"name": "@wdio/config",
"version": "6.10.10",
"version": "6.10.11",
"description": "A helper utility to parse and validate WebdriverIO options",

@@ -33,3 +33,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "23272f7cd1ef7cd660d2eb6136d26b10b2b5104d"
"gitHead": "92508043cacac4e2945ba1f599b25b48e8694b62"
}

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