@wdio/types
Advanced tools
+13
-1
@@ -324,3 +324,3 @@ import type { Hooks, ServiceEntry } from './Services.js'; | ||
| /** | ||
| * Enable automatic installation of Xvfb packages on Linux if `xvfb-run` is missing. | ||
| * Enable automatic installation of `xvfb-run` on Linux if missing. | ||
| * When false, the runner will warn and continue without installing. | ||
@@ -331,2 +331,14 @@ * @default false | ||
| /** | ||
| * Mode for automatic installation when xvfbAutoInstall is true. | ||
| * - 'root': install only if running as root (no sudo) | ||
| * - 'sudo': install if root or via non-interactive sudo (`sudo -n`) if available | ||
| * @default 'root' | ||
| */ | ||
| xvfbAutoInstallMode?: 'root' | 'sudo'; | ||
| /** | ||
| * Custom command to use for installation instead of built-in package manager detection. | ||
| * When provided, this command is executed as-is and overrides the built-in installation logic. | ||
| */ | ||
| xvfbAutoInstallCommand?: string | string[]; | ||
| /** | ||
| * Number of retry attempts for xvfb process failures. | ||
@@ -333,0 +345,0 @@ * @default 3 |
+2
-2
| { | ||
| "name": "@wdio/types", | ||
| "version": "9.19.1", | ||
| "version": "9.19.2", | ||
| "description": "Utility package providing type information for a variety of WebdriverIO interfaces", | ||
@@ -37,3 +37,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
| }, | ||
| "gitHead": "df3ec33741d11d196adad148f4d066a3fcbcd51b" | ||
| "gitHead": "4ca46771777a0ef20bfd911fbd0da0904059fd9e" | ||
| } |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
161206
0.41%2997
0.4%9
12.5%