froth-webdriverio-framework 7.0.53 → 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.
@@ -182,7 +182,7 @@ const commonHooks = {
182
182
  console.log('Total items:', media.length);
183
183
  if (media.length > 0) {
184
184
 
185
- capabilities.uploadMedia = media;
185
+ capabilities['bstack:options'].uploadMedia = media;
186
186
  capabilities['bstack:options'].networkLogs = false;
187
187
  // capabilities['networkLogs'] = false
188
188
  // // capabilities['uploadMedia'] = media;
@@ -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.53",
3
+ "version": "7.0.55",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",