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 dc7226e commit be9e405Copy full SHA for be9e405
test/karma.config.js
@@ -34,7 +34,13 @@ module.exports = function (config) {
34
port: 9876,
35
colors: true,
36
logLevel: config.LOG_INFO,
37
- browsers: ['ChromeHeadless'],
+ browsers: ['ChromeHeadlessNoSandbox'],
38
+ customLaunchers: {
39
+ ChromeHeadlessNoSandbox: {
40
+ base: 'ChromeHeadless',
41
+ flags: ['--no-sandbox']
42
+ }
43
+ },
44
autoWatch: false,
45
singleRun: true,
46
concurrency: Infinity,
0 commit comments