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.
@@ -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
- browserVersion: 'latest', // Specify the browser version
28
+ // browserVersion: '129', // Specify the browser version
29
29
  os: 'Windows', // Specify the operating system
30
- os_version: '10', // Specify the operating system version
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.52",
3
+ "version": "3.0.53",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",