webdriverio 7.18.0 → 7.19.1
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* the promise has resolved.
|
|
5
5
|
*
|
|
6
6
|
* This command helps to run asynchronous code within a synchronous context. With
|
|
7
|
-
* WebdriverIO
|
|
7
|
+
* WebdriverIO deprecating synchronous usage (see [RFC](https://github.com/webdriverio/webdriverio/discussions/6702))
|
|
8
8
|
* this command is not very useful anymore.
|
|
9
9
|
*
|
|
10
10
|
* <example>
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
* the promise has resolved.
|
|
7
7
|
*
|
|
8
8
|
* This command helps to run asynchronous code within a synchronous context. With
|
|
9
|
-
* WebdriverIO
|
|
9
|
+
* WebdriverIO deprecating synchronous usage (see [RFC](https://github.com/webdriverio/webdriverio/discussions/6702))
|
|
10
10
|
* this command is not very useful anymore.
|
|
11
11
|
*
|
|
12
12
|
* <example>
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriverio",
|
|
3
3
|
"description": "Next-gen browser and mobile automation test framework for Node.js",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.19.1",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
|
-
"author": "Christian Bromann <
|
|
6
|
+
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "./build/index.js",
|
|
9
9
|
"repository": {
|
|
@@ -57,18 +57,18 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@types/aria-query": "^5.0.0",
|
|
59
59
|
"@types/node": "^17.0.4",
|
|
60
|
-
"@wdio/config": "7.
|
|
61
|
-
"@wdio/logger": "7.
|
|
62
|
-
"@wdio/protocols": "7.
|
|
63
|
-
"@wdio/repl": "7.
|
|
64
|
-
"@wdio/types": "7.
|
|
65
|
-
"@wdio/utils": "7.
|
|
60
|
+
"@wdio/config": "7.19.1",
|
|
61
|
+
"@wdio/logger": "7.19.0",
|
|
62
|
+
"@wdio/protocols": "7.19.0",
|
|
63
|
+
"@wdio/repl": "7.19.1",
|
|
64
|
+
"@wdio/types": "7.19.1",
|
|
65
|
+
"@wdio/utils": "7.19.1",
|
|
66
66
|
"archiver": "^5.0.0",
|
|
67
67
|
"aria-query": "^5.0.0",
|
|
68
68
|
"css-shorthand-properties": "^1.1.1",
|
|
69
69
|
"css-value": "^0.0.1",
|
|
70
|
-
"devtools": "7.
|
|
71
|
-
"devtools-protocol": "^0.0.
|
|
70
|
+
"devtools": "7.19.1",
|
|
71
|
+
"devtools-protocol": "^0.0.982423",
|
|
72
72
|
"fs-extra": "^10.0.0",
|
|
73
73
|
"get-port": "^5.1.1",
|
|
74
74
|
"grapheme-splitter": "^1.0.2",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"resq": "^1.9.1",
|
|
83
83
|
"rgb2hex": "0.2.5",
|
|
84
84
|
"serialize-error": "^8.0.0",
|
|
85
|
-
"webdriver": "7.
|
|
85
|
+
"webdriver": "7.19.1"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "11be174dbad723750c8ab3fc9bc197f2f3534d1c"
|
|
88
88
|
}
|