File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function func(config) {
3333
3434 func . defaultConfig . autoWatch = false ;
3535
36- func . defaultConfig . browsers = [ 'Firefox ' ] ;
36+ func . defaultConfig . browsers = [ 'Firefox_WindowSized ' ] ;
3737
3838 config . set ( func . defaultConfig ) ;
3939}
Original file line number Diff line number Diff line change @@ -82,11 +82,15 @@ func.defaultConfig = {
8282 browsers : [ 'Chrome_WindowSized' ] ,
8383
8484 // custom browser options
85+ // window-size values came from observing default size
8586 customLaunchers : {
8687 Chrome_WindowSized : {
8788 base : 'Chrome' ,
88- // window-size values came from observing default size
8989 flags : [ '--window-size=1035,617' , '--ignore-gpu-blacklist' ]
90+ } ,
91+ Firefox_WindowSized : {
92+ base : 'Firefox' ,
93+ flags : [ '--width=1035' , '--height=617' ]
9094 }
9195 } ,
9296
You can’t perform that action at this time.
0 commit comments