froth-webdriverio-framework 4.0.17 → 4.0.18

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.
@@ -156,7 +156,7 @@ const commonconfig = {
156
156
  else if (!passed && error) {
157
157
  console.error(`========= Failed or Error occured while executing the test: ${error.message}`);
158
158
  scriptresult = "FAILED"
159
- if (!resultdetails.comments.some(comment => typeof comment === 'string' && comment.includes(test.title)))
159
+ // if (!resultdetails.comments.some(comment => typeof comment === 'string' && comment.includes(test.title)))
160
160
  resultdetails.comments.push(`${test.title} - failed: ${error.message}`);
161
161
  }
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.17",
3
+ "version": "4.0.18",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",