froth-webdriverio-framework 4.0.50 → 4.0.51

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.
@@ -272,7 +272,10 @@ const commonconfig = {
272
272
  if (await isInvalidDuration(frothDuration)) {
273
273
  // console.log("inside froth duration");
274
274
  if (await isInvalidDuration(duration_tests)) {
275
- // console.log("inside froth duration_tests");
275
+ console.log("inside froth duration_tests");
276
+ resultdetails.excution_time = await millisecondsToTime(totalDuration);
277
+ } else {
278
+ console.log("inside froth duration_tests comparision");
276
279
  if (totalDuration > duration_tests)
277
280
  resultdetails.excution_time = await millisecondsToTime(totalDuration);
278
281
  else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.50",
3
+ "version": "4.0.51",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",