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 e7c51b6 commit 66d61f2Copy full SHA for 66d61f2
karma.config.cjs
@@ -11,7 +11,13 @@ module.exports = function (config) {
11
port: 9876,
12
colors: true,
13
logLevel: config.LOG_INFO,
14
- browsers: ['ChromeHeadless'],
+ browsers: ['ChromeHeadlessNoSandbox'],
15
+ customLaunchers: {
16
+ ChromeHeadlessNoSandbox: {
17
+ base: 'ChromeHeadless',
18
+ flags: ['--no-sandbox']
19
+ }
20
+ },
21
autoWatch: false,
22
singleRun: true,
23
concurrency: Infinity
0 commit comments