mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
support for healdess chrome (#1939)
This commit is contained in:
committed by
Eugenio Romano
parent
7289315c37
commit
0599f1a441
@@ -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