froth-webdriverio-framework 3.0.91 → 3.0.93

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