froth-webdriverio-framework 1.0.55 → 1.0.56

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.
@@ -3,7 +3,7 @@ const { LocalStorage } = require('node-localstorage');
3
3
  global.BUFFER = new LocalStorage('./storage');
4
4
  const exeDetails = require("../api/getexecutionDetails")
5
5
  const getBSSessionDetails = require("../api/browsersatckSessionInfo")
6
- console.log("device name in common :", process.env.DEVICENAME);
6
+
7
7
 
8
8
  // Description: This file contains the common configuration for the webdriverio framework.
9
9
  const commonconfig = {
@@ -8,7 +8,7 @@ const iosconfig = deepmerge.all([commonmobileconfig, {
8
8
  {
9
9
  testObservability: true,
10
10
  buildName: "IOS",
11
- buildIdentifier: 'BUILD',
11
+ buildIdentifier: 'BUILD_'+process.env.BUILD_NUMBER,
12
12
  browserstackLocal: false,
13
13
  opts: {
14
14
  forcelocal: false,
@@ -37,7 +37,6 @@ async function padZero(num) {
37
37
  }
38
38
 
39
39
  async function setEnvVariables() {
40
- console.log("setting all env variables ")
41
40
  generateBuildNumber();
42
41
  BUFFER.setItem("TOTAL_DURATION", 0);
43
42
  BUFFER.setItem("EXECUTION_ID", process.env.EXECUTION_ID);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",