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 3f4ecc6 commit 3f4d484Copy full SHA for 3f4d484
karma/config.debug.js
@@ -3,8 +3,14 @@
3
const merge = require('lodash/merge');
4
5
module.exports = merge({}, require('./config'), {
6
+ customLaunchers: {
7
+ ChromeNoSandbox: {
8
+ base: 'Chrome',
9
+ flags: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-gpu']
10
+ }
11
+ },
12
browsers: [
- 'Chrome'
13
+ 'ChromeNoSandbox'
14
],
15
rollupPreprocessor: {
16
output: {
0 commit comments