allow automation of chrome beta

This commit is contained in:
Jonathan Lipps
2014-05-27 14:51:18 -07:00
parent bbc6b73b59
commit e433bbc315
6 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
browserName: 'chrome',
browserName: process.env.BROWSER_NAME || 'chrome',
enablePerformanceLogging: true
};