Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Mute webdriver-managers output in tdd:e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Sep 30, 2014
1 parent 6a2cdea commit 6494ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/options/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module.exports = {
command: process.cwd() + '/node_modules/protractor/bin/webdriver-manager start',
options: {
async: true,
stdout: false
stdout: false,
stderr: false
}
},
opendemo: {
Expand Down

0 comments on commit 6494ef0

Please sign in to comment.