froth-webdriverio-framework 4.0.24 → 4.0.25
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.
|
@@ -204,8 +204,10 @@ const commonconfig = {
|
|
|
204
204
|
jwtScript.platform.toLowerCase(),
|
|
205
205
|
scriptresult)
|
|
206
206
|
|
|
207
|
-
if (localError)
|
|
207
|
+
if (localError) {
|
|
208
|
+
console.error("Test Error after all steps done :", localError);
|
|
208
209
|
throw new Error(`Test failed: ${localError}`);
|
|
210
|
+
}
|
|
209
211
|
|
|
210
212
|
},
|
|
211
213
|
/**
|