froth-webdriverio-framework 7.0.74 → 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.
@@ -106,7 +106,7 @@ const commonHooks = {
106
106
  await setAllDetails.setTestDataDetails();
107
107
  /** 2️⃣ Setup BrowserStack */
108
108
  capabilities['bstack:options'].uploadMedia = [
109
- 'media://8440f686585de9b46e1c966ce764703836f918bc'
109
+ 'media://da43e04f8f5e9def566059a8c4138e3ae648f1b8'
110
110
  ];
111
111
  console.log('✅ All Environment Variables:');
112
112
  // for (const [key, value] of Object.entries(process.env)) {
@@ -434,7 +434,7 @@ async function setupBrowserStackCapabilities(capabilities) {
434
434
 
435
435
  /* 4️⃣ Amend / add uploadMedia */
436
436
  const uploadMediaList = [
437
- 'media://8440f686585de9b46e1c966ce764703836f918bc'
437
+ 'media://da43e04f8f5e9def566059a8c4138e3ae648f1b8'
438
438
  ];
439
439
  bsOpts.uploadMedia = uploadMediaList;
440
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.74",
3
+ "version": "7.0.75",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",