Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
199
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
9.16.2
to
9.19.0
+17
-0
build/Options.d.ts

@@ -318,2 +318,19 @@ import type { Hooks, ServiceEntry } from './Services.js';

/**
* Enable automatic Xvfb initialization in local runner for headless testing on Linux.
* When disabled, tests should manually call xvfb.init() if needed.
* @default true
*/
autoXvfb?: boolean;
/**
* Number of retry attempts for xvfb process failures.
* @default 3
*/
xvfbMaxRetries?: number;
/**
* Base delay between retries in milliseconds for xvfb process failures.
* Progressive delay will be: xvfbRetryDelay * attemptNumber
* @default 1000
*/
xvfbRetryDelay?: number;
/**
* Mocha specific options

@@ -320,0 +337,0 @@ */

+2
-2
{
"name": "@wdio/types",
"version": "9.16.2",
"version": "9.19.0",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "ff2154c00e7ba6d6e2a58e0b8e1258a20229752d"
"gitHead": "be9a42358a6646d48c3ce5a341761f55aa605b24"
}

Sorry, the diff of this file is not supported yet