froth-webdriverio-framework 7.0.45 → 7.0.46

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.
@@ -181,7 +181,7 @@ const commonHooks = {
181
181
  console.log('Total items:', media.length);
182
182
  if (media.length > 0) {
183
183
  bsOpts.uploadMedia = JSON.parse(process.env.MEDIA_FILES)
184
- bsOpts['browserstack.uploadMedia'] = JSON.parse(process.env.MEDIA_FILES);
184
+ // bsOpts['browserstack.uploadMedia'] = JSON.parse(process.env.MEDIA_FILES);
185
185
  }
186
186
  } catch {
187
187
  console.warn('⚠️ MEDIA_FILES is not valid JSON');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "7.0.45",
3
+ "version": "7.0.46",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",