froth-webdriverio-framework 6.0.81 → 6.0.82
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.
|
@@ -285,10 +285,9 @@ const commonHooks = {
|
|
|
285
285
|
resultdetails.excution_time = await msToTime(totalTime);
|
|
286
286
|
resultdetails.excution_status = exitCode === 0 ? 'PASSED' : 'FAILED';
|
|
287
287
|
|
|
288
|
-
|
|
289
|
-
console.log("All Comments:" + allComments)
|
|
290
288
|
// Collect all comments from BUFFER
|
|
291
289
|
let allComments = [];
|
|
290
|
+
// console.log("All Comments:" + JSON.parse(BUFFER.getItem('RESULT_COMMENTS')))
|
|
292
291
|
try {
|
|
293
292
|
allComments = JSON.parse(BUFFER.getItem('RESULT_COMMENTS'));
|
|
294
293
|
console.log("All comments after parsing:" + JSON.stringify(allComments))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "froth-webdriverio-framework",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.82",
|
|
4
4
|
"readme": "WendriverIO Integration with [BrowserStack](https://www.browserstack.com)",
|
|
5
5
|
"description": "Selenium examples for WebdriverIO and BrowserStack App Automate",
|
|
6
6
|
"scripts": {
|