Skip to content

Commit

Permalink
Merge pull request #55 from revjet-qa/chrome-infobar-disable
Browse files Browse the repository at this point in the history
Chrome infobar disable
  • Loading branch information
robomanus authored Mar 9, 2018
2 parents 8ee55cb + fd4a647 commit 871e163
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ exports.config = {
// 5 instances get started at a time.
maxInstances: 5,
//
browserName: 'chrome'
browserName: 'chrome',
chromeOptions: {
args: ['--disable-infobars']
}
}],
//
// ===================
Expand Down

0 comments on commit 871e163

Please sign in to comment.