We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e3782 commit cf601d6Copy full SHA for cf601d6
karma.conf.cjs
@@ -62,7 +62,13 @@ module.exports = function(config) {
62
// enable / disable watching file and executing tests whenever any file changes
63
autoWatch: false,
64
65
- browsers: ['ChromeHeadless'],
+ customLaunchers: {
66
+ ChromeHeadlessCI: {
67
+ base: 'ChromeHeadless',
68
+ flags: ['--no-sandbox'],
69
+ },
70
71
+ browsers: ['ChromeHeadlessCI'],
72
73
// Continuous Integration mode
74
// if true, Karma captures browsers, runs the tests and exits
0 commit comments