froth-webdriverio-framework 4.0.55 → 4.0.56

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,16 +116,16 @@ try {
116
116
  resultdetails.comments.push(err.message);
117
117
  resultdetails.excution_status = 'FAIL';
118
118
 
119
- setTimeout(() => {
120
- exeDetails.updateExecuitonDetails(
121
- process.env.ORGANISATION_DOMAIN_URL,
122
- process.env.API_TOKEN,
123
- process.env.EXECUTION_ID,
124
- resultdetails
125
- ).catch(err => {
126
- console.error('Failed to update execution details:', err.message);
127
- });
128
- }, 0);
119
+
120
+ exeDetails.updateExecuitonDetails(
121
+ process.env.ORGANISATION_DOMAIN_URL,
122
+ process.env.API_TOKEN,
123
+ process.env.EXECUTION_ID,
124
+ resultdetails
125
+ ).catch(err => {
126
+ console.error('Failed to update execution details:', err.message);
127
+ });
128
+
129
129
 
130
130
  process.exit(1);
131
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.55",
3
+ "version": "4.0.56",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",