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.
- package/config/commonconfig.js +2 -2
- package/package.json +1 -1
package/config/commonconfig.js
CHANGED
|
@@ -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 =
|
|
108
|
+
module.exports = commonconfig;
|