froth-webdriverio-framework 0.1.26 → 0.1.28

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.
@@ -15,6 +15,7 @@ jobs:
15
15
  with:
16
16
  node-version: '12.x'
17
17
  registry-url: https://registry.npmjs.org
18
+
18
19
  - name: Publish to npm
19
20
  run: npm publish --access public
20
21
  env:
@@ -2,7 +2,7 @@ const deepmerge = require('deepmerge')
2
2
  const commonconfig = require('./commonconfig');
3
3
 
4
4
  const commonmobconfig = deepmerge.all([commonconfig,{
5
- user: process.env.BROWSERSTACK_USERNAME || 'naveen_OSt3Pw1',
5
+ user: process.env.BROWSERSTACK_USERNAME || 'naveen_OSt3Pw',
6
6
  key: process.env.BROWSERSTACK_ACCESS_KEY || 'AuzPy8cHZ7sCBmMXakKe',
7
7
 
8
8
  exclude: [],
@@ -1,4 +1,4 @@
1
- exports.config = {
1
+ config = {
2
2
  // ====================
3
3
  // BrowserStack Configuration
4
4
  // ====================
@@ -91,3 +91,5 @@ exports.config = {
91
91
  timeout: 60000, // Set the timeout for test cases in milliseconds
92
92
  },
93
93
  };
94
+
95
+ module.exports = config;
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.26",
4
-
3
+ "version": "0.1.28",
5
4
  "readme": "WendriverIO Integration with [BrowserStack]",
6
5
  "description": "WebdriverIO and BrowserStack App Automate",
7
6
  "license": "MIT",