Last active
April 11, 2016 20:52
-
-
Save michellephung/ae01f0262911532f73fbf9bc0010a56d to your computer and use it in GitHub Desktop.
silence-noisy-selenium-server-output-in-travis-ci/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nohup java -jar test/nightwatch/deps/selenium-server-standalone-2.53.0.jar >/dev/null 2>&1 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment