test: add i18n to cli-hello-world integration test (#23527)

PR Close #23527
This commit is contained in:
Olivier Combe
2018-04-24 20:30:23 +02:00
committed by Igor Minar
parent 2e5457c824
commit 3e92b22258
9 changed files with 110 additions and 98 deletions

View File

@ -9,8 +9,9 @@ exports.config = {
'./e2e/**/*.e2e-spec.ts'
],
capabilities: {
'browserName': 'chrome',
browserName: 'chrome',
chromeOptions: {
binary: process.env.CHROME_BIN,
args: ['--no-sandbox']
}
},