froth-webdriverio-framework 6.0.65 → 6.0.66
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.
|
@@ -223,14 +223,6 @@ const commonHooks = {
|
|
|
223
223
|
|
|
224
224
|
console.log('⏱ Final execution time:', resultdetails.excution_time);
|
|
225
225
|
|
|
226
|
-
resultdetails.excution_status = exitCode === 0 ? 'PASSED' : 'FAILED';
|
|
227
|
-
|
|
228
|
-
if (exitCode !== 0) {
|
|
229
|
-
resultdetails.comments.push(
|
|
230
|
-
`❌ Execution failed with exit code ${exitCode}`
|
|
231
|
-
);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
226
|
console.log('📤 Updating DB with final execution details');
|
|
235
227
|
console.log('Status:', resultdetails.excution_status);
|
|
236
228
|
console.log('Duration:', resultdetails.excution_time);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "froth-webdriverio-framework",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.66",
|
|
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": {
|