froth-webdriverio-framework 4.0.56 → 4.0.58

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.
@@ -116,7 +116,8 @@ try {
116
116
  resultdetails.comments.push(err.message);
117
117
  resultdetails.excution_status = 'FAIL';
118
118
 
119
-
119
+ //wait for somtime before calling this methof
120
+
120
121
  exeDetails.updateExecuitonDetails(
121
122
  process.env.ORGANISATION_DOMAIN_URL,
122
123
  process.env.API_TOKEN,
@@ -126,7 +127,10 @@ try {
126
127
  console.error('Failed to update execution details:', err.message);
127
128
  });
128
129
 
129
-
130
+ setTimeout(() => {
131
+ console.log('Updating execution details...');
132
+ }
133
+ , 30000);
130
134
  process.exit(1);
131
135
  }
132
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.56",
3
+ "version": "4.0.58",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",