froth-webdriverio-framework 7.0.62 → 7.0.63

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.
@@ -350,7 +350,7 @@ async function getBrowserStackCapabilities(baseCaps) {
350
350
  }
351
351
 
352
352
  //baseCaps.app = appPath;
353
- capabilities['appium:app'] = appPath;
353
+ baseCaps['appium:app'] = appPath;
354
354
  console.log('✅ App & media set in before session');
355
355
 
356
356
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "7.0.62",
3
+ "version": "7.0.63",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",