webdriverio 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.
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* :::info
|
|
7
7
|
*
|
|
8
|
-
* This command is only supported for mobile sessions running on [Appium](
|
|
8
|
+
* This command is only supported for mobile sessions running on [Appium](https://appium.github.io/appium.io/docs/en/commands/device/recording-screen/start-recording-screen/).
|
|
9
9
|
*
|
|
10
10
|
* :::
|
|
11
11
|
*
|
|
@@ -6,7 +6,7 @@ import { getAbsoluteFilepath, assertDirectoryExists } from '../../utils/index.js
|
|
|
6
6
|
*
|
|
7
7
|
* :::info
|
|
8
8
|
*
|
|
9
|
-
* This command is only supported for mobile sessions running on [Appium](
|
|
9
|
+
* This command is only supported for mobile sessions running on [Appium](https://appium.github.io/appium.io/docs/en/commands/device/recording-screen/start-recording-screen/).
|
|
10
10
|
*
|
|
11
11
|
* :::
|
|
12
12
|
*
|
package/build/constants.js
CHANGED
|
@@ -156,7 +156,7 @@ export const WDIO_DEFAULTS = {
|
|
|
156
156
|
*/
|
|
157
157
|
waitforTimeout: {
|
|
158
158
|
type: 'number',
|
|
159
|
-
default:
|
|
159
|
+
default: 5000
|
|
160
160
|
},
|
|
161
161
|
/**
|
|
162
162
|
* supported test framework by wdio testrunner
|
|
@@ -285,7 +285,7 @@ export const WDIO_DEFAULTS = {
|
|
|
285
285
|
default: 0
|
|
286
286
|
},
|
|
287
287
|
/**
|
|
288
|
-
* Whether or not retried
|
|
288
|
+
* Whether or not retried spec files should be retried immediately or deferred to the end of the queue
|
|
289
289
|
*/
|
|
290
290
|
specFileRetriesDeferred: {
|
|
291
291
|
type: 'boolean',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriverio",
|
|
3
3
|
"description": "Next-gen browser and mobile automation test framework for Node.js",
|
|
4
|
-
"version": "8.10.
|
|
4
|
+
"version": "8.10.4",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,30 +68,30 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@types/node": "^20.1.0",
|
|
71
|
-
"@wdio/config": "8.10.
|
|
71
|
+
"@wdio/config": "8.10.4",
|
|
72
72
|
"@wdio/logger": "8.6.6",
|
|
73
|
-
"@wdio/protocols": "8.
|
|
73
|
+
"@wdio/protocols": "8.10.2",
|
|
74
74
|
"@wdio/repl": "8.10.1",
|
|
75
|
-
"@wdio/types": "8.10.
|
|
76
|
-
"@wdio/utils": "8.10.
|
|
75
|
+
"@wdio/types": "8.10.4",
|
|
76
|
+
"@wdio/utils": "8.10.4",
|
|
77
77
|
"archiver": "^5.0.0",
|
|
78
78
|
"aria-query": "^5.0.0",
|
|
79
79
|
"css-shorthand-properties": "^1.1.1",
|
|
80
80
|
"css-value": "^0.0.1",
|
|
81
|
-
"devtools": "8.10.
|
|
82
|
-
"devtools-protocol": "^0.0.
|
|
81
|
+
"devtools": "8.10.4",
|
|
82
|
+
"devtools-protocol": "^0.0.1143632",
|
|
83
83
|
"grapheme-splitter": "^1.0.2",
|
|
84
84
|
"import-meta-resolve": "^3.0.0",
|
|
85
85
|
"is-plain-obj": "^4.1.0",
|
|
86
86
|
"lodash.clonedeep": "^4.5.0",
|
|
87
87
|
"lodash.zip": "^4.2.0",
|
|
88
88
|
"minimatch": "^9.0.0",
|
|
89
|
-
"puppeteer-core": "20.
|
|
89
|
+
"puppeteer-core": "20.2.0",
|
|
90
90
|
"query-selector-shadow-dom": "^1.0.0",
|
|
91
91
|
"resq": "^1.9.1",
|
|
92
92
|
"rgb2hex": "0.2.5",
|
|
93
93
|
"serialize-error": "^8.0.0",
|
|
94
|
-
"webdriver": "8.10.
|
|
94
|
+
"webdriver": "8.10.4"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "a8371338e89da4e7cc7e5a9dd0aaccf44776b04c"
|
|
97
97
|
}
|