froth-webdriverio-framework 3.0.137 → 3.0.139

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.
@@ -9,16 +9,15 @@ const { fail } = require("assert");
9
9
  let starttime;
10
10
  let endtime;
11
11
  console.log('===== common config===== ');
12
- global.suite_info={};
13
12
  const resultdetails = {
14
13
  comments: [],
15
14
  excution_status: 'SKIPPED', // Pass/Fail
16
15
  excution_time: 0, // Execution time in milliseconds
17
16
  };
17
+ const suite_info = {};
18
18
  // Description: This file contains the common configuration for the webdriverio framework.
19
19
  const commonconfig = {
20
20
 
21
-
22
21
  onPrepare: async function (capabilities, specs) {
23
22
  try {
24
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.137",
3
+ "version": "3.0.139",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",