froth-webdriverio-framework 6.0.21 → 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/local.log ADDED
@@ -0,0 +1,8 @@
1
+
2
+
3
+ Mon Dec 08 2025 10:44:50:843 GMT+0800 (+08) -- Starting configuration console on http://localhost:45454
4
+ Mon Dec 08 2025 10:44:53:559 GMT+0800 (+08) -- [SUCCESS] You can now access your local server(s) in our remote browser
5
+
6
+ Mon Dec 08 2025 10:44:53:666 GMT+0800 (+08) -- Press Ctrl-C to exit
7
+
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.21",
3
+ "version": "6.0.23",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",