froth-webdriverio-framework 6.0.13 → 6.0.15

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.
@@ -44,6 +44,7 @@ const commonconfig = {
44
44
  try {
45
45
  let syntaxFailed = false;
46
46
  console.log("DEBUG: bstack:options →", capabilities['bstack:options']);
47
+ delete capabilities['bstack:options'].browserstackLocal; // ensure false
47
48
 
48
49
  console.log('==== BEFORE SESSION HOOK ====');
49
50
  // Perform any setup or pre-test actions here
@@ -121,12 +121,11 @@ function normalizeCapabilities(raw) {
121
121
  debug: raw.debug,
122
122
  networkLogs: raw.networkLogs,
123
123
  interactiveDebugging: raw.interactiveDebugging,
124
- // appProfiling: raw.appProfiling,
125
124
  buildIdentifier: raw.buildIdentifier,
126
- // sessionType: "app",
127
- appiumVersion: "2.0",
125
+ // appiumVersion: "2.0",
128
126
  projectName: process.env.BS_PROJECT_NAME || "Automation",
129
127
  buildName: process.env.FROTH_TESTOPS_BUILD_NAME || "Mobile Build",
128
+ local: false
130
129
  }
131
130
  };
132
131
  }
@@ -149,6 +148,7 @@ function normalizeCapabilities(raw) {
149
148
  // sessionType: "automate",
150
149
  projectName: process.env.BS_PROJECT_NAME || "Automation",
151
150
  buildName: process.env.FROTH_TESTOPS_BUILD_NAME || "Web Build",
151
+ local: false
152
152
  }
153
153
  };
154
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.13",
3
+ "version": "6.0.15",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",