@wdio/config
Advanced tools
Comparing version 5.4.13 to 5.4.14
@@ -73,5 +73,7 @@ "use strict"; | ||
* If so, we need to provide a boolean to the `detectBackend` to set the correct hostname | ||
* | ||
* NOTE: This will not work for multi remote | ||
*/ | ||
const isRDC = this._capabilities.some(capability => 'testobject_api_key' in capability); | ||
const isRDC = Array.isArray(this._capabilities) && this._capabilities.some(capability => 'testobject_api_key' in capability); | ||
/** | ||
@@ -78,0 +80,0 @@ * detect Selenium backend |
{ | ||
"name": "@wdio/config", | ||
"version": "5.4.13", | ||
"version": "5.4.14", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "2501a3fb559163b6806f61092816b97d21c1825f" | ||
"gitHead": "717300524ce31b9f39cecb47218015cf5af34d10" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21765
615