Skip to content

Commit

Permalink
silence webdriver-manager info messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 19, 2016
1 parent 0102273 commit e9cf8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _develop/scripts/webdriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

npm start &

webdriver-manager start &
webdriver-manager start 2> /dev/null &

sleep 20s
wdio _develop/wdio.config.js
Expand Down

0 comments on commit e9cf8ee

Please sign in to comment.