froth-webdriverio-framework 4.0.10 → 4.0.11

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.
@@ -142,7 +142,7 @@ const commonconfig = {
142
142
 
143
143
  if (passed) {
144
144
  scriptresult = "PASSED"
145
- if (!resultdetails.comments.some(comment => typeof comment === 'string' && comment.includes(test.title)))
145
+ // if (!resultdetails.comments.some(comment => typeof comment === 'string' && comment.includes(test.title)))
146
146
  resultdetails.comments.push(`${test.title} - passed`);
147
147
  }
148
148
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",