froth-webdriverio-framework 3.0.0 → 3.0.1

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,6 +1,6 @@
1
1
  const deepmerge = require('deepmerge')
2
- const commonmobileconfig = require('./common.mobile.conf');
3
2
  process.env.BROWSERSTACK = true;
3
+ const commonmobileconfig = require('./common.mobile.conf');
4
4
 
5
5
  const androidConfig = deepmerge.all([commonmobileconfig, {
6
6
  services: [
@@ -1,6 +1,6 @@
1
1
  const deepmerge = require('deepmerge')
2
- const commonmobileconfig = require('./common.mobile.conf');
3
2
  process.env.BROWSERSTACK = false;
3
+ const commonmobileconfig = require('./common.mobile.conf');
4
4
 
5
5
  const apiconfig = deepmerge.all([commonmobileconfig, {
6
6
 
@@ -1,7 +1,7 @@
1
1
  // This is the configuration file for iOS devices
2
2
  const deepmerge = require('deepmerge')
3
- const commonmobileconfig = require('./common.mobile.conf');
4
3
  process.env.BROWSERSTACK = true;
4
+ const commonmobileconfig = require('./common.mobile.conf');
5
5
 
6
6
  const iosconfig = deepmerge.all([commonmobileconfig, {
7
7
  services: [
@@ -1,6 +1,6 @@
1
1
  const deepmerge = require('deepmerge')
2
- const commonmobileconfig = require('./common.mobile.conf');
3
2
  process.env.BROWSERSTACK = true;
3
+ const commonmobileconfig = require('./common.mobile.conf');
4
4
 
5
5
  const webbsconfig = deepmerge.all([commonmobileconfig, {
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",