froth-webdriverio-framework 3.0.72 → 3.0.73

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