@wdio/runner
Advanced tools
Comparing version 5.3.2 to 5.3.3
@@ -39,3 +39,3 @@ "use strict"; | ||
* @param {String[]} specs list of spec files to run | ||
* @param {Object} caps capabilties to run session with | ||
* @param {Object} caps capabilities to run session with | ||
* @param {String} configFile path to config file to get config from | ||
@@ -76,2 +76,3 @@ * @param {Object} server modified WebDriver target | ||
this.config = this.configParser.getConfig(); | ||
this.isMultiremote = !Array.isArray(this.configParser.getCapabilities()); | ||
(0, _utils.initialiseServices)(this.config, caps).map((_context = this.configParser).addService.bind(_context)); | ||
@@ -78,0 +79,0 @@ this.reporter = new _reporter.default(this.config, this.cid, this.caps); |
@@ -108,2 +108,5 @@ "use strict"; | ||
* initialise browser instance depending whether remote or multiremote is requested | ||
* @param {Object} config configuration of sessions | ||
* @param {Object} capabilities desired session capabilities | ||
* @return {Promise} resolves with browser object | ||
*/ | ||
@@ -131,2 +134,3 @@ | ||
log.debug('init multiremote session'); | ||
delete config.capabilities; | ||
@@ -133,0 +137,0 @@ for (let browserName of Object.keys(capabilities)) { |
{ | ||
"name": "@wdio/runner", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "A WebdriverIO service that runs tests in arbitrary environments", | ||
@@ -37,3 +37,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"gaze": "^1.1.2", | ||
"webdriverio": "^5.3.2" | ||
"webdriverio": "^5.3.3" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "1dfe9442a8fdcf5bf0a279b965047cd98eb35e8b" | ||
"gitHead": "d3abc16761e407485b69eafce740e145ae8e8a00" | ||
} |
18992
535
Updatedwebdriverio@^5.3.3