froth-webdriverio-framework 6.0.43 → 6.0.44

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.
@@ -20,8 +20,8 @@ function loadExecutionDetails() {
20
20
  setAllDetails.setEnvVariables();
21
21
  const getExeDetails = setAllDetails.setExecutionDetails();
22
22
  // ✅ SAFE: App assignment only
23
- // appPath=getExeDetails.app_url;
24
- appPath = 'bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e';
23
+ appPath=getExeDetails.app_url;
24
+ // appPath = 'bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e';
25
25
 
26
26
  // Map API flag → LOCAL
27
27
  local =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.43",
3
+ "version": "6.0.44",
4
4
  "readme": "WendriverIO Integration with [BrowserStack](https://www.browserstack.com)",
5
5
  "description": "Selenium examples for WebdriverIO and BrowserStack App Automate",
6
6
  "scripts": {