mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
support for healdess chrome (#1939)
This commit is contained in:
committed by
Eugenio Romano
parent
4f3ec6aaad
commit
7d9da71b80
@@ -68,12 +68,21 @@ module.exports = function (config) {
|
||||
browserDisconnectTolerance: 10,
|
||||
browserNoActivityTimeout: 3000000,
|
||||
|
||||
browsers: ['Chrome'],
|
||||
browsers: ['Chrome_headless'],
|
||||
|
||||
customLaunchers: {
|
||||
Chrome_travis_ci: {
|
||||
base: 'Chrome',
|
||||
flags: ['--no-sandbox']
|
||||
},
|
||||
Chrome_headless: {
|
||||
base: 'Chrome',
|
||||
flags: [
|
||||
'--no-sandbox',
|
||||
'--headless',
|
||||
'--disable-gpu',
|
||||
'--remote-debugging-port=9222'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user