froth-webdriverio-framework 1.0.98 → 1.0.99

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.
@@ -10,7 +10,7 @@ async function connectToPostgreSQL(hostname, username, password, dbname, portnum
10
10
  user: username,
11
11
  password: password,
12
12
  database: dbname,
13
- port: portnumber // Increased connection timeout
13
+ port: 5432 // Increased connection timeout
14
14
  };
15
15
  // const poolConfig = new Pool({
16
16
  // user: "postgres",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",