Use Chrome stable instead of Chrome Canary

This commit is contained in:
Tyler Long 2017-04-21 10:25:16 +08:00
parent 7fed3b408e
commit 3ebae8f331
1 changed files with 3 additions and 3 deletions

View File

@ -71,8 +71,8 @@ module.exports = function (config) {
autoWatch: true,
customLaunchers: {
ChromeCanaryHeadless: {
base: 'ChromeCanary',
ChromeHeadless: {
base: 'Chrome',
flags: [
'--headless',
'--disable-gpu',
@ -84,7 +84,7 @@ module.exports = function (config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['ChromeCanaryHeadless'],
browsers: ['ChromeHeadless'],
plugins: [
'karma-jasmine',
'karma-chrome-launcher',