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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",