@wdio/cli 9.14.0 → 9.16.0
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/index.js +1 -1
- package/package.json +9 -9
package/build/index.js
CHANGED
|
@@ -1775,7 +1775,7 @@ async function runAppiumInstaller(parsedAnswers) {
|
|
|
1775
1775
|
});
|
|
1776
1776
|
if (!answer.continueWithAppiumSetup) {
|
|
1777
1777
|
return console.log(
|
|
1778
|
-
"Ok! You can learn more about setting up mobile environments in the Appium docs at https://appium.io/docs/en/
|
|
1778
|
+
"Ok! You can learn more about setting up mobile environments in the Appium docs at https://appium.io/docs/en/latest/quickstart/"
|
|
1779
1779
|
);
|
|
1780
1780
|
}
|
|
1781
1781
|
return $({ stdio: "inherit" })`npx appium-installer`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.16.0",
|
|
4
4
|
"description": "WebdriverIO testrunner command line interface",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@types/node": "^20.1.1",
|
|
43
43
|
"@vitest/snapshot": "^2.1.1",
|
|
44
|
-
"@wdio/config": "9.
|
|
45
|
-
"@wdio/globals": "9.
|
|
46
|
-
"@wdio/logger": "9.
|
|
47
|
-
"@wdio/protocols": "9.
|
|
48
|
-
"@wdio/types": "9.
|
|
49
|
-
"@wdio/utils": "9.
|
|
44
|
+
"@wdio/config": "9.16.0",
|
|
45
|
+
"@wdio/globals": "9.16.0",
|
|
46
|
+
"@wdio/logger": "9.15.0",
|
|
47
|
+
"@wdio/protocols": "9.16.0",
|
|
48
|
+
"@wdio/types": "9.16.0",
|
|
49
|
+
"@wdio/utils": "9.16.0",
|
|
50
50
|
"async-exit-hook": "^2.0.1",
|
|
51
51
|
"chalk": "^5.2.0",
|
|
52
52
|
"chokidar": "^4.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"read-pkg-up": "^10.0.0",
|
|
62
62
|
"recursive-readdir": "^2.2.3",
|
|
63
63
|
"tsx": "^4.7.2",
|
|
64
|
-
"webdriverio": "9.
|
|
64
|
+
"webdriverio": "9.16.0",
|
|
65
65
|
"yargs": "^17.7.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "a4539d01aeee8ab9580a99321a235088d69bd17a"
|
|
81
81
|
}
|