froth-webdriverio-framework 0.1.4 → 0.1.6

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.
@@ -1,5 +1,4 @@
1
- const USER_DIR = process.env['user.dir'];
2
-
1
+ // Description: This file contains the common configuration for the webdriverio framework.
3
2
  const commonconfig = {
4
3
  /**
5
4
  * Gets executed before the suite starts (in Mocha/Jasmine only).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "readme": "WendriverIO Integration with [BrowserStack]",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",
@@ -33,6 +33,9 @@
33
33
  "@wdio/spec-reporter": "^8.36.1",
34
34
  "appium": "^2.5.4",
35
35
  "appium-uiautomator2-driver": "^3.2.0",
36
- "deepmerge": "^4.3.1"
36
+ "deepmerge": "^4.3.1",
37
+ "ts-node": "^10.9.2",
38
+ "typescript": "^5.4.5"
37
39
  }
40
+
38
41
  }