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://
|
|
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://
|
|
437
|
+
'media://da43e04f8f5e9def566059a8c4138e3ae648f1b8'
|
|
438
438
|
];
|
|
439
439
|
bsOpts.uploadMedia = uploadMediaList;
|
|
440
440
|
capabilities['bstack:options'].uploadMedia = uploadMediaList
|