chore(windows): fix the Dart e2e/benchmark tasks

This commit is contained in:
Marc Laval
2015-06-25 16:56:59 +02:00
parent 8b685466f5
commit 65769699b0
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ var BROWSER_CAPS = {
browserName: 'chrome',
chromeOptions: mergeInto(CHROME_OPTIONS, {
'mobileEmulation': CHROME_MOBILE_EMULATION,
'binary': process.env.DARTIUM
'binary': process.env.DARTIUM_BIN
}),
loggingPrefs: {
performance: 'ALL',