@wdio/types 8.10.1 → 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/Capabilities.d.ts +3 -3
- package/build/Options.d.ts +1 -1
- package/package.json +2 -2
package/build/Capabilities.d.ts
CHANGED
|
@@ -326,7 +326,7 @@ export interface ChromeCapabilities {
|
|
|
326
326
|
/**
|
|
327
327
|
* Appium General W3C Capabilities
|
|
328
328
|
*
|
|
329
|
-
* @see https://appium.io/docs/en/writing-running-appium/caps/
|
|
329
|
+
* @see https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/
|
|
330
330
|
*/
|
|
331
331
|
export interface AppiumCapabilities {
|
|
332
332
|
/**
|
|
@@ -369,7 +369,7 @@ export interface AppiumCapabilities {
|
|
|
369
369
|
'appium:deviceName'?: string;
|
|
370
370
|
/**
|
|
371
371
|
* The absolute local path or remote http URL to a .ipa file (IOS), .app folder (IOS Simulator), .apk file (Android)
|
|
372
|
-
* or [.apks file (Android App Bundle)](https://appium.io/docs/en/writing-running-appium/android/android-appbundle/index.html),
|
|
372
|
+
* or [.apks file (Android App Bundle)](https://appium.github.io/appium.io/docs/en/writing-running-appium/android/android-appbundle/index.html),
|
|
373
373
|
* or a .zip file containing one of these.
|
|
374
374
|
*
|
|
375
375
|
* Appium will attempt to install this app binary on the appropriate device first.
|
|
@@ -415,7 +415,7 @@ export interface AppiumCapabilities {
|
|
|
415
415
|
/**
|
|
416
416
|
* Appium Android Only Capabilities
|
|
417
417
|
*
|
|
418
|
-
* @see https://appium.io/docs/en/writing-running-appium/caps/#android-only
|
|
418
|
+
* @see https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/#android-only
|
|
419
419
|
*/
|
|
420
420
|
export interface AppiumAndroidCapabilities {
|
|
421
421
|
'appium:appiumVersion'?: string;
|
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
|
}
|