froth-webdriverio-framework 0.1.40 → 0.1.41

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.
@@ -7,7 +7,7 @@ const commonconfig = {
7
7
  console.log('Starting test suite IN EBFORE HOOK ...');
8
8
  // Initialize variables, configure environment, etc.
9
9
  },
10
-
10
+
11
11
  /**
12
12
  * Gets executed once before all workers get launched.
13
13
  * @param {Object} config wdio configuration object
@@ -105,4 +105,4 @@ const commonconfig = {
105
105
 
106
106
  };
107
107
 
108
- module.exports = { commonconfig };
108
+ module.exports = commonconfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "readme": "WendriverIO Integration with [BrowserStack]",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",