froth-webdriverio-framework 4.0.12 → 4.0.13

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.
@@ -125,7 +125,7 @@ async function updateExecuitonDetails(frothUrl, token, id, resultdetails) {
125
125
  formData.append('updated_through_bot', true)
126
126
  formData.append('run_id', process.env.CICD_RUN_ID)
127
127
  if (resultdetails.comments != null)
128
- formData.append('comments', resultdetails.comments.join('\n'))
128
+ formData.append('comments', resultdetails.comments.join('<br>'))
129
129
 
130
130
  // formData.append('comments', JSON.stringify(resultdetails.comments))
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",