froth-webdriverio-framework 7.0.18 → 7.0.19
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.
|
@@ -159,7 +159,7 @@ const commonHooks = {
|
|
|
159
159
|
capabilities['bstack:options'] = bsOpts;
|
|
160
160
|
|
|
161
161
|
}
|
|
162
|
-
|
|
162
|
+
console.log('final cinfig dteials :' + JSON.stringify(capabilities))
|
|
163
163
|
|
|
164
164
|
// console.log("config details " + JSON.stringify(config))
|
|
165
165
|
|