froth-webdriverio-framework 6.0.8 → 6.0.9
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.
|
@@ -123,7 +123,7 @@ function normalizeCapabilities(raw) {
|
|
|
123
123
|
interactiveDebugging: raw.interactiveDebugging,
|
|
124
124
|
// appProfiling: raw.appProfiling,
|
|
125
125
|
buildIdentifier: raw.buildIdentifier,
|
|
126
|
-
|
|
126
|
+
// sessionType: "app",
|
|
127
127
|
appiumVersion: "2.0",
|
|
128
128
|
projectName: process.env.BS_PROJECT_NAME || "Automation",
|
|
129
129
|
buildName: process.env.FROTH_TESTOPS_BUILD_NAME || "Mobile Build",
|
|
@@ -146,7 +146,7 @@ function normalizeCapabilities(raw) {
|
|
|
146
146
|
accessKey: Buffer.from(raw.accessKey, "base64").toString("utf8"),
|
|
147
147
|
debug: raw.debug !== false,
|
|
148
148
|
networkLogs: raw.networkLogs !== false,
|
|
149
|
-
|
|
149
|
+
// sessionType: "automate",
|
|
150
150
|
projectName: process.env.BS_PROJECT_NAME || "Automation",
|
|
151
151
|
buildName: process.env.FROTH_TESTOPS_BUILD_NAME || "Web Build",
|
|
152
152
|
}
|