froth-webdriverio-framework 3.0.114 → 3.0.115

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.
@@ -10,8 +10,8 @@ let starttime;
10
10
  let endtime;
11
11
  const resultdetails = {
12
12
  comments: [],
13
- status: '', // Pass/Fail
14
- timeduration: 0, // Execution time in milliseconds
13
+ excution_status: 'SKIPPED', // Pass/Fail
14
+ excution_time: 0, // Execution time in milliseconds
15
15
  };
16
16
  // Description: This file contains the common configuration for the webdriverio framework.
17
17
  const commonconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.114",
3
+ "version": "3.0.115",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",