Skip to content

Commit

Permalink
fix(tests): add custom launcher for HeadlessChrome (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
valburyakov authored and valorkin committed Dec 1, 2017
1 parent aa683a7 commit 909e7ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ module.exports = function (config) {
Chrome_travis_ci: {
base: 'ChromeHeadless',
flags: ['--disable-translate', '--disable-extensions']
},
ChromeHeadless: {
base: 'Chrome',
flags: [
'--headless',
'--disable-gpu',
'--no-sandbox',
'--remote-debugging-port=9222',
]
}
},
mime: {'text/x-typescript': ['ts', 'tsx']},
Expand Down

0 comments on commit 909e7ae

Please sign in to comment.