froth-webdriverio-framework 6.0.16 → 6.0.17

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.
@@ -172,8 +172,8 @@ exports.config = deepmerge(commonconfig,
172
172
  ? [
173
173
  ['browserstack', {
174
174
  browserstackLocal: false, // Prevent starting Local binary
175
- opts: { local: false }, // Ensure no fallback Local is triggered
176
- forcedStop: true // Kill any accidental extra process
175
+ opts: { forcelocal: false } // Ensure no fallback Local is triggered
176
+ // forcedStop: true // Kill any accidental extra process
177
177
  }]
178
178
  ]
179
179
  : PLATFORM === 'saucelabs'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.16",
3
+ "version": "6.0.17",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",