Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
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.29.1 to 8.30.0

4

build/Capabilities.d.ts

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

export interface WebdriverIOCapabilities {
/**
* process id of driver attached to given session
*/
'wdio:driverPID'?: number;
'wdio:chromedriverOptions'?: WebdriverIO.ChromedriverOptions;

@@ -166,0 +170,0 @@ 'wdio:safaridriverOptions'?: WebdriverIO.SafaridriverOptions;

17

build/Workers.d.ts

@@ -71,6 +71,8 @@ /// <reference types="node" resolution-mode="require"/>

expectResponseMessage = 6,
coverageMap = 7,
customCommand = 8,
initiateBrowserStateRequest = 9,
initiateBrowserStateResponse = 10,
expectMatchersRequest = 7,
expectMatchersResponse = 8,
coverageMap = 9,
customCommand = 10,
initiateBrowserStateRequest = 11,
initiateBrowserStateResponse = 12,
browserTestResult

@@ -81,3 +83,3 @@ /**

*/
= 11
= 13
/**

@@ -100,2 +102,4 @@ * @wdio/runner messages

[MESSAGE_TYPES.expectResponseMessage]: ExpectResponseEvent;
[MESSAGE_TYPES.expectMatchersRequest]: never;
[MESSAGE_TYPES.expectMatchersResponse]: ExpectMatchersResponse;
[MESSAGE_TYPES.coverageMap]: any;

@@ -115,2 +119,5 @@ [MESSAGE_TYPES.customCommand]: CustomCommandEvent;

}
export interface ExpectMatchersResponse {
matchers: string[];
}
export interface BrowserTestResults {

@@ -117,0 +124,0 @@ failures: number;

@@ -16,7 +16,9 @@ /**

MESSAGE_TYPES[MESSAGE_TYPES["expectResponseMessage"] = 6] = "expectResponseMessage";
MESSAGE_TYPES[MESSAGE_TYPES["coverageMap"] = 7] = "coverageMap";
MESSAGE_TYPES[MESSAGE_TYPES["customCommand"] = 8] = "customCommand";
MESSAGE_TYPES[MESSAGE_TYPES["initiateBrowserStateRequest"] = 9] = "initiateBrowserStateRequest";
MESSAGE_TYPES[MESSAGE_TYPES["initiateBrowserStateResponse"] = 10] = "initiateBrowserStateResponse";
MESSAGE_TYPES[MESSAGE_TYPES["browserTestResult"] = 11] = "browserTestResult";
MESSAGE_TYPES[MESSAGE_TYPES["expectMatchersRequest"] = 7] = "expectMatchersRequest";
MESSAGE_TYPES[MESSAGE_TYPES["expectMatchersResponse"] = 8] = "expectMatchersResponse";
MESSAGE_TYPES[MESSAGE_TYPES["coverageMap"] = 9] = "coverageMap";
MESSAGE_TYPES[MESSAGE_TYPES["customCommand"] = 10] = "customCommand";
MESSAGE_TYPES[MESSAGE_TYPES["initiateBrowserStateRequest"] = 11] = "initiateBrowserStateRequest";
MESSAGE_TYPES[MESSAGE_TYPES["initiateBrowserStateResponse"] = 12] = "initiateBrowserStateResponse";
MESSAGE_TYPES[MESSAGE_TYPES["browserTestResult"] = 13] = "browserTestResult";
/**

@@ -23,0 +25,0 @@ * @wdio/runner messages

{
"name": "@wdio/types",
"version": "8.29.1",
"version": "8.30.0",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "d434fcf0aaaa9d835789c4c335d319f94a899687"
"gitHead": "033e2a91e97c9bd060eb70f2e4e412d382bec3af"
}

Sorry, the diff of this file is not supported yet

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