module.exports = { drivers: { chrome: { version: '2.25', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' }, }, };