@wdio/types 8.10.2 → 8.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/Options.d.ts +1 -1
- package/package.json +2 -2
package/build/Options.d.ts
CHANGED
|
@@ -394,7 +394,7 @@ export interface Testrunner extends Hooks, Omit<WebdriverIO, 'capabilities'>, We
|
|
|
394
394
|
*/
|
|
395
395
|
specFileRetriesDelay?: number;
|
|
396
396
|
/**
|
|
397
|
-
* Whether or not retried
|
|
397
|
+
* Whether or not retried spec files should be retried immediately or deferred to the end of the queue
|
|
398
398
|
*/
|
|
399
399
|
specFileRetriesDeferred?: boolean;
|
|
400
400
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/types",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.4",
|
|
4
4
|
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@types/node": "^20.1.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "a8371338e89da4e7cc7e5a9dd0aaccf44776b04c"
|
|
36
36
|
}
|