froth-webdriverio-framework 7.0.73 → 7.0.74

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.
@@ -105,7 +105,9 @@ const commonHooks = {
105
105
  await setAllDetails.setSuiteDetails();
106
106
  await setAllDetails.setTestDataDetails();
107
107
  /** 2️⃣ Setup BrowserStack */
108
-
108
+ capabilities['bstack:options'].uploadMedia = [
109
+ 'media://8440f686585de9b46e1c966ce764703836f918bc'
110
+ ];
109
111
  console.log('✅ All Environment Variables:');
110
112
  // for (const [key, value] of Object.entries(process.env)) {
111
113
  // console.log(`${key} = ${value}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "7.0.73",
3
+ "version": "7.0.74",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",