froth-webdriverio-framework 3.0.73 → 3.0.74

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.
@@ -8,11 +8,11 @@ const commonconfig = require('./commonconfig');
8
8
  const PLATFORM = process.env.PLATFORM || 'browserstack';
9
9
  const configFile = PLATFORM === 'browserstack' ? './ymls/browserstack/' + process.env.YML_NAME : '../ymls/saucelab/' + process.env.YML_NAME;
10
10
  console.log('PLATFORM:', PLATFORM);
11
- const SUITE_FILE = process.env.SUITE;
12
11
  console.log('SUITE_FILE:', SUITE_FILE);
13
12
  // Load YAML file
14
13
  //const capabilities = yaml.load(fs.readFileSync(path.join(__dirname, configFile), 'utf8'));
15
14
  const capabilities = yaml.load(fs.readFileSync(path.join(configFile), 'utf8'));
15
+ const SUITE_FILE = yaml.load(fs.readFileSync(path.join(process.env.SUITE), 'utf8'));
16
16
 
17
17
  capabilities.buildName = process.env.BROWSERSTACK_BUILD_NAME;
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.73",
3
+ "version": "3.0.74",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",