Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/runner

Package Overview
Dependencies
Maintainers
3
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/runner - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

3

build/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc