froth-webdriverio-framework 5.0.0 → 5.0.1
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.
|
@@ -270,6 +270,7 @@ const commonconfig = {
|
|
|
270
270
|
console.error('====> Error occurred:', error.message);
|
|
271
271
|
if (error.message.includes('Automate testing time expired')) {
|
|
272
272
|
console.log('❌ Global error: Session timed out on BrowserStack.');
|
|
273
|
+
resultdetails.excution_status = 'FAILED';
|
|
273
274
|
resultdetails.comments.push(`Global error: Session timed out on BrowserStack.Please check ths session: ${result}`);
|
|
274
275
|
|
|
275
276
|
await exeDetails.updateExecuitonDetails(BUFFER.getItem("ORGANISATION_DOMAIN_URL"), BUFFER.getItem("FROTH_LOGIN_TOKEN"), BUFFER.getItem("FROTH_EXECUTION_ID"), resultdetails)
|