Skip to content

Commit e1c1a4b

Browse files
committed
Added CI configuration
1 parent 6a675a5 commit e1c1a4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ module.exports = function (config) {
3838
logLevel: config.LOG_INFO,
3939
autoWatch: true,
4040
browsers: ['Chrome'],
41+
customLaunchers: {
42+
ChromeHeadlessCI: {
43+
base: 'ChromeHeadless',
44+
flags: ['--no-sandbox']
45+
}
46+
},
4147
singleRun: false,
4248
restartOnFileChange: true
4349
});

0 commit comments

Comments
 (0)