froth-webdriverio-framework 2.0.38 → 2.0.40

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.
@@ -9,12 +9,13 @@ const androidConfig = deepmerge.all([commonmobileconfig, {
9
9
  [
10
10
  'browserstack',
11
11
  {
12
- // testObservability: true,
13
- // buildName: "ANDROID BUILD",
14
- // buildIdentifier: "ANDROID BUILD_" + process.env.BUILD_NUMBER,
12
+ // testObservability: true,
13
+ // buildName: "ANDROID BUILD",
14
+ // buildIdentifier: "ANDROID BUILD_" + process.env.BUILD_NUMBER,
15
15
  browserstackLocal: process.env.BROWSERSTACK_LOCAL || false,
16
- opts: {
17
- forcelocal: false },
16
+ opts: {
17
+ forcelocal: false
18
+ },
18
19
  app: process.env.BROWSERSTACK_APP_PATH
19
20
  }
20
21
  ]
@@ -27,8 +28,11 @@ const androidConfig = deepmerge.all([commonmobileconfig, {
27
28
  platformName: 'android',
28
29
  interactiveDebugging: true,
29
30
  buildName: process.env.BROWSERSTACK_BUILD_NAME || 'Android_Build',
30
- enableCameraImageInjection : "true"
31
-
31
+ enableCameraImageInjection: "true",
32
+ networkLogs: "true",
33
+ debug: "true",
34
+ appProfiling: "true",
35
+ deviceOrientation: process.env.DEVICENAME.toLowerCase().includes('tab')? 'landscape': 'portrait',
32
36
  }
33
37
  }],
34
38
  before: function (capabilities, specs) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",