froth-webdriverio-framework 6.0.12 → 6.0.14
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,10 +121,8 @@ 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
|
-
//
|
|
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",
|
|
130
128
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "froth-webdriverio-framework",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.14",
|
|
4
4
|
"readme": "WebdriverIO Integration",
|
|
5
5
|
"description": "WebdriverIO and BrowserStack App Automate",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"appium-uiautomator2-driver": "^4.0.1",
|
|
36
36
|
"assert": "^2.1.0",
|
|
37
37
|
"axios": "^1.7.7",
|
|
38
|
-
"browserstack-local": "^1.5.5",
|
|
39
38
|
"chai": "^5.1.1",
|
|
40
39
|
"crypto-js": "^4.2.0",
|
|
41
40
|
"deepmerge": "^4.3.1",
|