Nightwatch config for selenium-server and gitignore changes
Changes
- The
selenium-serverpath in the Nightwatch config usesrequireinstead of hardcoding the path toselenium-server - Add logs/ to
.gitignoreso that Selenium server logs don't get added to the git repository
A concern was raised by tusooa regarding a mention of the package outside deps. Viewing this example, I figured we could use the require method used by chromedriver instead of hardcoding it if that makes sense.
Edited by Sean King