To download the latest selenium standalone server curl -O http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
To start the selenium standalone java -jar -Dwebdriver.gecko.driver=./geckodriver selenium-server-standalone-3.5.3.jar
Open another terminal window to run the tests run the test via npm test