froth-webdriverio-framework 4.0.24 → 4.0.25

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.
@@ -204,8 +204,10 @@ const commonconfig = {
204
204
  jwtScript.platform.toLowerCase(),
205
205
  scriptresult)
206
206
 
207
- if (localError)
207
+ if (localError) {
208
+ console.error("Test Error after all steps done :", localError);
208
209
  throw new Error(`Test failed: ${localError}`);
210
+ }
209
211
 
210
212
  },
211
213
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.24",
3
+ "version": "4.0.25",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",