Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 8.31.0 to 8.31.1

37

build/Capabilities.d.ts

@@ -172,2 +172,33 @@ import type { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options.js';

'wdio:edgedriverOptions'?: WebdriverIO.EdgedriverOptions;
/**
* Maximum number of total parallel running workers (per capability)
*/
'wdio:maxInstances'?: number;
/**
* Maximum number of total parallel running workers (per capability)
* @deprecated please use `wdio:maxInstances` instead
*/
maxInstances?: number;
/**
* Define specs for test execution. You can either specify a glob
* pattern to match multiple files at once or wrap a glob or set of
* paths into an array to run them within a single worker process.
*/
'wdio:specs'?: string[];
/**
* Define specs for test execution. You can either specify a glob
* pattern to match multiple files at once or wrap a glob or set of
* paths into an array to run them within a single worker process.
* @deprecated please use `wdio:specs` instead
*/
specs?: string[];
/**
* Exclude specs from test execution.
*/
'wdio:exclude'?: string[];
/**
* Exclude specs from test execution.
* @deprecated please use `wdio:exclude` instead
*/
exclude?: string[];
}

@@ -1086,5 +1117,5 @@ export interface ChromeOptions {

/**
* https://www.browserstack.com/docs/app-automate/appium/debug-failed-tests/network-logs
* Enable viewing the response data in the Network Logs tab on your session
*/
* https://www.browserstack.com/docs/app-automate/appium/debug-failed-tests/network-logs
* Enable viewing the response data in the Network Logs tab on your session
*/
networkLogsOptions?: {

@@ -1091,0 +1122,0 @@ captureContent?: boolean;

4

package.json
{
"name": "@wdio/types",
"version": "8.31.0",
"version": "8.31.1",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "3d44631bdcb332238b29aa0859dae7b335e51f89"
"gitHead": "6e8c6f8013df7a9abf4be69934a9e88ba2dc6268"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc