File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed
Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,12 @@ module.exports = function (config) {
2323 angularCli : {
2424 environment : 'dev'
2525 } ,
26- customLaunchers : {
27- ChromeHeadless : {
28- base : 'Chromium' ,
29- flags : [
30- '--headless' ,
31- '--disable-gpu' ,
32- // Without a remote debugging port, Google Chrome exits immediately.
33- '--remote-debugging-port=9222' ,
34- ] ,
35- }
36- } ,
3726 reporters : [ 'progress' , 'kjhtml' ] ,
3827 port : 9876 ,
3928 colors : true ,
4029 logLevel : config . LOG_INFO ,
4130 autoWatch : true ,
42- browsers : [ 'ChromeHeadless ' , 'PhantomJS' ] ,
31+ browsers : [ 'ChromiumHeadless ' , 'PhantomJS' ] ,
4332 singleRun : false
4433 } ) ;
4534} ;
Original file line number Diff line number Diff line change 5353 "jasmine-core" : " ~2.6.2" ,
5454 "jasmine-spec-reporter" : " ~4.1.0" ,
5555 "karma" : " ~1.7.0" ,
56- "karma-chrome-launcher" : " ~2.1.1 " ,
56+ "karma-chrome-launcher" : " ~2.2.0 " ,
5757 "karma-cli" : " ~1.0.1" ,
5858 "karma-coverage-istanbul-reporter" : " ^1.2.1" ,
5959 "karma-jasmine" : " ~1.1.0" ,
Original file line number Diff line number Diff line change @@ -3086,9 +3086,9 @@ jsprim@^1.2.2:
30863086 json-schema "0.2.3"
30873087 verror "1.3.6"
30883088
3089- karma-chrome-launcher@~2.1.1 :
3090- version "2.1.1 "
3091- resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-2.1.1 .tgz#216879c68ac04d8d5140e99619ba04b59afd46cf "
3089+ karma-chrome-launcher@~2.2.0 :
3090+ version "2.2.0 "
3091+ resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0 .tgz#cf1b9d07136cc18fe239327d24654c3dbc368acf "
30923092 dependencies :
30933093 fs-access "^1.0.0"
30943094 which "^1.2.1"
You can’t perform that action at this time.
0 commit comments