mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 15:29:05 +00:00
chore(test): add missing custom Chrome headless launcher
This commit is contained in:
parent
3908ac64c5
commit
a6b26b0b59
@ -49,6 +49,17 @@ module.exports = function(karma) {
|
|||||||
|
|
||||||
reporters: [ 'spec' ],
|
reporters: [ 'spec' ],
|
||||||
|
|
||||||
|
customLaunchers: {
|
||||||
|
ChromeHeadless_Linux: {
|
||||||
|
base: 'ChromeHeadless',
|
||||||
|
flags: [
|
||||||
|
'--no-sandbox',
|
||||||
|
'--disable-setuid-sandbox'
|
||||||
|
],
|
||||||
|
debug: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
browsers: browsers,
|
browsers: browsers,
|
||||||
|
|
||||||
browserNoActivityTimeout: 30000,
|
browserNoActivityTimeout: 30000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user