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: {
|
|
176
|
-
|
|
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'
|