froth-webdriverio-framework 3.0.32 → 3.0.34

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.
@@ -31,7 +31,7 @@ const androidConfig = deepmerge.all([commonmobileconfig, {
31
31
  networkLogs: "true",
32
32
  debug: "true",
33
33
  appProfiling: "true",
34
- enableCameraImageInjection: "true",
34
+ // enableCameraImageInjection: "true",
35
35
 
36
36
  deviceOrientation: process.env.DEVICENAME.toLowerCase().includes('tab') ? 'landscape' : 'portrait',
37
37
  }
@@ -144,7 +144,6 @@ const commonconfig = {
144
144
  // Perform any cleanup or post-test actions here
145
145
  console.log("Capabilities:", capabilities);
146
146
  console.log("Specs:", specs);
147
- const specs=specs
148
147
  console.log("Config:", config);
149
148
 
150
149
  endtime = new Date().getTime();
@@ -30,7 +30,8 @@ const iosconfig = deepmerge.all([commonmobileconfig, {
30
30
  buildName: process.env.BROWSERSTACK_BUILD_NAME || 'IOS_Build',
31
31
  networkLogs: "true",
32
32
  debug: "true",
33
- appProfiling: "true", enableCameraImageInjection: "true",
33
+ appProfiling: "true",
34
+ //enableCameraImageInjection: "true",
34
35
  deviceOrientation: process.env.DEVICENAME.toLowerCase().includes('tab') ? 'landscape' : 'portrait',
35
36
 
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.32",
3
+ "version": "3.0.34",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",