froth-webdriverio-framework 1.0.72 → 1.0.74

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.
@@ -23,7 +23,7 @@ async function getBSBuildDetails(sessiontype, bs_username, bs_pwd) {
23
23
 
24
24
  if (response.ok) {
25
25
  const data = await response.json();
26
- // console.log(data)
26
+ console.log("session build_data:"+JSON.stringify(data))
27
27
  // Accessing the public_url property
28
28
  hashed_id = data.automation_build.hashed_id;
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",