File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
tests/test-angular-project/src Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11steps :
22- id : build
3- name : gcr.io/cloud-builders /npm:current
3+ name : gcr.io/flowcloud-153422 /npm-chrome :current
44 entrypoint : ' /bin/bash'
55 args :
66 - ' -c'
Original file line number Diff line number Diff line change @@ -20,12 +20,18 @@ module.exports = function (config) {
2020 reports : [ 'html' , 'lcovonly' ] ,
2121 fixWebpackSourcePaths : true
2222 } ,
23- reporters : [ 'progress ' , 'kjhtml' ] ,
23+ reporters : [ 'dots ' , 'kjhtml' ] ,
2424 port : 9876 ,
2525 colors : true ,
2626 logLevel : config . LOG_INFO ,
2727 autoWatch : true ,
28- browsers : [ 'Chrome' ] ,
29- singleRun : false
28+ browsers : [ 'ChromeHeadlessNoSandbox' ] ,
29+ customLaunchers : {
30+ ChromeHeadlessNoSandbox : {
31+ base : 'ChromeHeadless' ,
32+ flags : [ '--no-sandbox' ]
33+ }
34+ } ,
35+ singleRun : true
3036 } ) ;
3137} ;
You can’t perform that action at this time.
0 commit comments