File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ module.exports = function init(config) {
82
82
useIframe : true ,
83
83
} ,
84
84
85
+ customLaunchers : {
86
+ ChromeHeadlessNoSandbox : {
87
+ base : 'ChromeHeadless' ,
88
+ flags : [ '--no-sandbox' ] ,
89
+ } ,
90
+ } ,
85
91
// browserNoActivityTimeout: 600000,
86
92
// browserDisconnectTimeout: 600000,
87
93
Original file line number Diff line number Diff line change 57
57
"build:debug" : " webpack --progress --colors --display-modules" ,
58
58
"build:release" : " npm run build -- -p" ,
59
59
"test" : " karma start ./karma.conf.js" ,
60
- "test:travis" : " karma start ./karma.conf.js --browsers ChromeHeadless --single-run" ,
60
+ "test:travis" : " karma start ./karma.conf.js --browsers ChromeHeadlessNoSandbox --single-run" ,
61
61
"test:debug" : " karma start ./karma.conf.js --no-single-run" ,
62
62
"commit" : " git cz" ,
63
63
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
You can’t perform that action at this time.
0 commit comments