froth-webdriverio-framework 6.0.22 → 6.0.23

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.
@@ -111,7 +111,7 @@ exports.config = deepmerge(commonconfig,
111
111
  ? ['sauce']
112
112
  : [],
113
113
 
114
- //runner: 'local',
114
+ runner: 'local',
115
115
  specs: require(SUITE_FILE).tests,
116
116
 
117
117
  maxInstances: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.22",
3
+ "version": "6.0.23",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",