froth-webdriverio-framework 4.0.54 → 4.0.55

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.
@@ -36,7 +36,7 @@ function checkSuiteFile() {
36
36
  return SUITE_FILE;
37
37
  }
38
38
 
39
- async function setupPrerequisites() {
39
+ function setupPrerequisites() {
40
40
  console.log("inside this fuction first ");
41
41
  if (PLATFORM === 'browserstack') {
42
42
  process.env.BROWSERSTACK_USERNAME = capabilities.userName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.54",
3
+ "version": "4.0.55",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",