mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
headless chrome for unit tests (#169)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
60cba5b93b
commit
887d8b811c
@@ -38,11 +38,16 @@ module.exports = function (config) {
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['Chrome'],
|
||||
browsers: ['ChromeHeadless'],
|
||||
customLaunchers: {
|
||||
ChromeNoSandbox: {
|
||||
ChromeHeadless: {
|
||||
base: 'Chrome',
|
||||
flags: ['--no-sandbox']
|
||||
flags: [
|
||||
'--no-sandbox',
|
||||
'--headless',
|
||||
'--disable-gpu',
|
||||
'--remote-debugging-port=9222'
|
||||
]
|
||||
}
|
||||
},
|
||||
singleRun: false,
|
||||
|
Reference in New Issue
Block a user