const env = process.env module.exports = { browser: env.BROWSER || '', firefox_path: env.FIREFOX_PATH || '', chrome_path: env.CHROME_PATH || '' }