froth-webdriverio-framework 6.0.14 → 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.
|
@@ -125,6 +125,7 @@ function normalizeCapabilities(raw) {
|
|
|
125
125
|
// appiumVersion: "2.0",
|
|
126
126
|
projectName: process.env.BS_PROJECT_NAME || "Automation",
|
|
127
127
|
buildName: process.env.FROTH_TESTOPS_BUILD_NAME || "Mobile Build",
|
|
128
|
+
local: false
|
|
128
129
|
}
|
|
129
130
|
};
|
|
130
131
|
}
|
|
@@ -147,6 +148,7 @@ function normalizeCapabilities(raw) {
|
|
|
147
148
|
// sessionType: "automate",
|
|
148
149
|
projectName: process.env.BS_PROJECT_NAME || "Automation",
|
|
149
150
|
buildName: process.env.FROTH_TESTOPS_BUILD_NAME || "Web Build",
|
|
151
|
+
local: false
|
|
150
152
|
}
|
|
151
153
|
};
|
|
152
154
|
}
|