Skip to content

Commit

Permalink
Merge pull request #124 from cexbrayat/feat/disable-renderer-backgrou…
Browse files Browse the repository at this point in the history
…nding

fix: add disable-renderer-backgrounding flag
  • Loading branch information
rogeriopvl authored May 5, 2017
2 parents 5b5b4ae + 6bfc170 commit 0db9489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ var ChromeBrowser = function (baseBrowserDecorator, args) {
'--disable-popup-blocking',
'--disable-translate',
'--disable-background-timer-throttling',
// on macOS, disable-background-timer-throttling is not enough
// and we need disable-renderer-backgrounding too
// see https://github.com/karma-runner/karma-chrome-launcher/issues/123
'--disable-renderer-backgrounding',
'--disable-device-discovery-notifications'
].concat(flags, [url])
}
Expand Down

0 comments on commit 0db9489

Please sign in to comment.