froth-webdriverio-framework 0.1.60 → 0.1.61

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.
@@ -23,6 +23,7 @@ async function getDataById(frothUrl, token, id) {
23
23
  // Convert the array into an object with keys as property names
24
24
  const buffer = jsonData.reduce((obj, item) => {
25
25
  obj[item.key] = item.value;
26
+ localStorage.setItem(item.key,item.value);
26
27
  return obj;
27
28
  }, {});
28
29
  // Set the buffer as an environment variable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "readme": "WendriverIO Integration with [BrowserStack]",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",