froth-webdriverio-framework 7.0.73 → 7.0.75

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://da43e04f8f5e9def566059a8c4138e3ae648f1b8'
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}`);
@@ -432,7 +434,7 @@ async function setupBrowserStackCapabilities(capabilities) {
432
434
 
433
435
  /* 4️⃣ Amend / add uploadMedia */
434
436
  const uploadMediaList = [
435
- 'media://8440f686585de9b46e1c966ce764703836f918bc'
437
+ 'media://da43e04f8f5e9def566059a8c4138e3ae648f1b8'
436
438
  ];
437
439
  bsOpts.uploadMedia = uploadMediaList;
438
440
  capabilities['bstack:options'].uploadMedia = uploadMediaList
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.75",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",