froth-webdriverio-framework 4.0.32 → 4.0.33
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.
|
@@ -18,7 +18,6 @@ const resultdetails = {
|
|
|
18
18
|
excution_status: null, // Pass/Fail
|
|
19
19
|
excution_time: null, // Execution time in milliseconds
|
|
20
20
|
};
|
|
21
|
-
browser.testErrors = [];
|
|
22
21
|
// Description: This file contains the common configuration for the webdriverio framework.
|
|
23
22
|
const commonconfig = {
|
|
24
23
|
|
|
@@ -143,7 +142,7 @@ const commonconfig = {
|
|
|
143
142
|
|
|
144
143
|
console.log('==== BEFORE TEST HOOK ====');
|
|
145
144
|
console.log(`====> Test Started '${test.title}'`);
|
|
146
|
-
|
|
145
|
+
browser.testErrors = [];
|
|
147
146
|
// console.log("File Name:", test.file);
|
|
148
147
|
|
|
149
148
|
},
|