chore(build): use Chromium in Travis for JS tests

This commit is contained in:
Marc Laval
2015-11-19 23:37:55 +01:00
committed by vsavkin
parent 28a78117eb
commit 391a9edabb
7 changed files with 81 additions and 6 deletions

View File

@ -79,6 +79,17 @@ var BROWSER_CAPS = {
browser: 'ALL'
}
},
ChromeOnTravis: {
browserName: 'chrome',
chromeOptions: mergeInto({
'args': ['--no-sandbox', '--js-flags=--expose-gc'],
'binary': process.env.CHROME_BIN
}, CHROME_OPTIONS),
loggingPrefs: {
performance: 'ALL',
browser: 'ALL'
}
},
ChromeAndroid: {
browserName: 'chrome',
chromeOptions: mergeInto(CHROME_OPTIONS, {