@aofl/cli-lib
Advanced tools
Comparing version 3.9.0 to 3.12.0
@@ -196,2 +196,9 @@ /** | ||
/** | ||
* Gets executed before a worker process is spawned and can be used to initialise specific service for that | ||
* worker as well as modify runtime environments in an async fashion. | ||
*/ | ||
onWorkerStart(cid, caps, specs, args, execArgv) { | ||
return MergeConfig.applyHook('onWorkerStart', defaultConfig, userConfig, cid, caps, specs, args, execArgv); | ||
}, | ||
/** | ||
* Gets executed once before all workers get launched. | ||
@@ -198,0 +205,0 @@ * @param {Object} config wdio configuration object |
{ | ||
"name": "@aofl/cli-lib", | ||
"version": "3.9.0", | ||
"version": "3.12.0", | ||
"description": "Shared library for cli and various webpack plugins.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
62247
1957