froth-webdriverio-framework 3.0.52 → 3.0.53
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.
- package/config/api.conf.js +2 -2
- package/package.json +1 -1
package/config/api.conf.js
CHANGED
|
@@ -25,9 +25,9 @@ const apiconfig = deepmerge.all([commonmobileconfig, {
|
|
|
25
25
|
projectName: process.env.PROJECTNAME || "roboticodigital",
|
|
26
26
|
|
|
27
27
|
browserName: 'chrome', // Choose the browser you want to test
|
|
28
|
-
|
|
28
|
+
// browserVersion: '129', // Specify the browser version
|
|
29
29
|
os: 'Windows', // Specify the operating system
|
|
30
|
-
|
|
30
|
+
// os_version: '10', // Specify the operating system version
|
|
31
31
|
interactiveDebugging: true,
|
|
32
32
|
buildName: process.env.BROWSERSTACK_BUILD_NAME || 'WEB_Build',
|
|
33
33
|
networkLogs: "true",
|