@wdio/types
Advanced tools
+17
-0
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
160278
0.43%2979
0.57%