@wdio/cli 9.12.1 → 9.12.2

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 CHANGED
@@ -511,7 +511,7 @@ var QUESTIONNAIRE = [{
511
511
  }, {
512
512
  type: "confirm",
513
513
  name: "useSauceConnect",
514
- message: "Are you testing a local application and need Sauce Connect to be set-up?\nRead more on Sauce Connect at: https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy",
514
+ message: "Are you testing a local application and need Sauce Connect to be set-up?\nRead more on Sauce Connect at: https://docs.saucelabs.com/secure-connections/#sauce-connect-proxy",
515
515
  default: isNuxtProject,
516
516
  when: (
517
517
  /* istanbul ignore next */
@@ -8,7 +8,7 @@ services: [<%- answers.services.map((service) => {
8
8
  sauceConnect: true,
9
9
  sauceConnectOpts: {
10
10
  // add Sauce Connect Options if needed
11
- // see more at https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy+Command-Line+Quick+Reference+Guide
11
+ // see more at https://docs.saucelabs.com/dev/cli/sauce-connect-5/
12
12
  }
13
13
  }
14
14
  ]`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "9.12.1",
3
+ "version": "9.12.2",
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.12.1",
45
- "@wdio/globals": "9.12.1",
44
+ "@wdio/config": "9.12.2",
45
+ "@wdio/globals": "9.12.2",
46
46
  "@wdio/logger": "9.4.4",
47
- "@wdio/protocols": "9.7.0",
48
- "@wdio/types": "9.10.1",
49
- "@wdio/utils": "9.12.1",
47
+ "@wdio/protocols": "9.12.2",
48
+ "@wdio/types": "9.12.2",
49
+ "@wdio/utils": "9.12.2",
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.12.1",
64
+ "webdriverio": "9.12.2",
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": "2887e7ba43c346edc5457309b874350a4cf628db"
80
+ "gitHead": "dc30cc8863706e3522c78ebb75b0c4a44746aa5b"
81
81
  }