froth-webdriverio-framework 3.0.139 → 3.0.140
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.
|
@@ -14,7 +14,7 @@ const resultdetails = {
|
|
|
14
14
|
excution_status: 'SKIPPED', // Pass/Fail
|
|
15
15
|
excution_time: 0, // Execution time in milliseconds
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
let suite_info = {};
|
|
18
18
|
// Description: This file contains the common configuration for the webdriverio framework.
|
|
19
19
|
const commonconfig = {
|
|
20
20
|
|