fix CI config

This commit is contained in:
Thomas Bloor 2019-09-09 20:55:21 +01:00
parent 87160f5387
commit bad4f7f83c
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
3 changed files with 5 additions and 6 deletions

View file

@ -9,7 +9,10 @@ exports.config = {
'./e2e/**/*.e2e-spec.ts'
],
capabilities: {
'browserName': 'chrome'
'browserName': 'chrome',
chromeOptions: {
args: [ "--headless" ]
}
},
directConnect: true,
baseUrl: 'http://localhost:4200/',