froth-webdriverio-framework 3.0.147 → 3.0.148
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.
|
@@ -165,7 +165,8 @@ const commonconfig = {
|
|
|
165
165
|
// scriptresult = "FAILED"
|
|
166
166
|
}
|
|
167
167
|
console.log("Second Log - suite_info:", process.env.FROTHSSCRIPT_DETAILS)
|
|
168
|
-
|
|
168
|
+
|
|
169
|
+
const jwtScript = process.env.FROTHSSCRIPT_DETAILS.find(s => s.scriptName === fileName.replace(".js", ""));
|
|
169
170
|
console.log("jwtScript:", jwtScript);
|
|
170
171
|
if (jwtScript) {
|
|
171
172
|
console.log("Script ID:", jwtScript.scriptId);
|