@wdio/cli 8.12.3 → 8.13.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.
- package/build/launcher.js +1 -1
- package/package.json +4 -4
package/build/launcher.js
CHANGED
|
@@ -329,7 +329,7 @@ class Launcher {
|
|
|
329
329
|
await runServiceHook(this._launcher, 'onWorkerStart', runnerId, caps, specs, this._args, execArgv)
|
|
330
330
|
.catch((error) => this._workerHookError(error));
|
|
331
331
|
// prefer launcher settings in capabilities over general launcher
|
|
332
|
-
const worker = this.runner.run({
|
|
332
|
+
const worker = await this.runner.run({
|
|
333
333
|
cid: runnerId,
|
|
334
334
|
command: 'run',
|
|
335
335
|
configFile: this._configFilePath,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.13.1",
|
|
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,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@types/node": "^20.1.1",
|
|
49
49
|
"@wdio/config": "8.12.1",
|
|
50
|
-
"@wdio/globals": "8.
|
|
50
|
+
"@wdio/globals": "8.13.1",
|
|
51
51
|
"@wdio/logger": "8.11.0",
|
|
52
52
|
"@wdio/protocols": "8.11.0",
|
|
53
53
|
"@wdio/types": "8.10.4",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"lodash.union": "^4.6.0",
|
|
66
66
|
"read-pkg-up": "9.1.0",
|
|
67
67
|
"recursive-readdir": "^2.2.3",
|
|
68
|
-
"webdriverio": "8.
|
|
68
|
+
"webdriverio": "8.13.1",
|
|
69
69
|
"yargs": "^17.7.2",
|
|
70
70
|
"yarn-install": "^1.0.0"
|
|
71
71
|
},
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "835b794cfae7fe0ffdca9a2ef2b90b4cf8ec02ad"
|
|
86
86
|
}
|