froth-webdriverio-framework 7.0.54 → 7.0.55

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.
@@ -196,7 +196,7 @@ const commonHooks = {
196
196
  console.warn('⚠️ MEDIA_FILES is not valid JSON',error.message);
197
197
  }
198
198
  }
199
- capabilities['bstack:options'] = bsOpts;
199
+ // capabilities['bstack:options'] = bsOpts;
200
200
 
201
201
  }
202
202
  console.log('final cinfig dteials :' + JSON.stringify(capabilities))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "7.0.54",
3
+ "version": "7.0.55",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",