@wdio/cli 9.0.0-alpha.0 → 9.0.0-alpha.64

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.
@@ -40,7 +40,7 @@ capabilities: [{<%
40
40
  } else if (answers.purpose === 'electron') { %>
41
41
  browserName: 'electron',
42
42
  // Electron service options
43
- // see https://webdriver.io/docs/wdio-electron-service/#configuration
43
+ // see https://webdriver.io/docs/desktop-testing/electron/configuration/#service-options
44
44
  'wdio:electronServiceOptions': {<%
45
45
  if (answers.electronAppBinaryPath) { %>
46
46
  // custom path to app binary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "9.0.0-alpha.0",
3
+ "version": "9.0.0-alpha.64+3cfecb6e4",
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",
@@ -47,12 +47,12 @@
47
47
  "dependencies": {
48
48
  "@types/node": "^20.1.1",
49
49
  "@vitest/snapshot": "^1.2.1",
50
- "@wdio/config": "9.0.0-alpha.0",
51
- "@wdio/globals": "9.0.0-alpha.0",
52
- "@wdio/logger": "9.0.0-alpha.0",
53
- "@wdio/protocols": "9.0.0-alpha.0",
54
- "@wdio/types": "9.0.0-alpha.0",
55
- "@wdio/utils": "9.0.0-alpha.0",
50
+ "@wdio/config": "9.0.0-alpha.64+3cfecb6e4",
51
+ "@wdio/globals": "9.0.0-alpha.64+3cfecb6e4",
52
+ "@wdio/logger": "9.0.0-alpha.64+3cfecb6e4",
53
+ "@wdio/protocols": "9.0.0-alpha.64+3cfecb6e4",
54
+ "@wdio/types": "9.0.0-alpha.64+3cfecb6e4",
55
+ "@wdio/utils": "9.0.0-alpha.64+3cfecb6e4",
56
56
  "async-exit-hook": "^2.0.1",
57
57
  "chalk": "^5.2.0",
58
58
  "chokidar": "^3.5.3",
@@ -67,7 +67,7 @@
67
67
  "lodash.union": "^4.6.0",
68
68
  "read-pkg-up": "^10.0.0",
69
69
  "recursive-readdir": "^2.2.3",
70
- "webdriverio": "9.0.0-alpha.0",
70
+ "webdriverio": "9.0.0-alpha.64+3cfecb6e4",
71
71
  "yargs": "^17.7.2"
72
72
  },
73
73
  "devDependencies": {
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "75d45a1efff8705785f0fbcd2379ac624d16e007"
86
+ "gitHead": "3cfecb6e45e7d38a1e86766d79d83822160c8e45"
87
87
  }