Nightwatch config for selenium-server and gitignore changes
Changes
- The
selenium-server
path in the Nightwatch config usesrequire
instead of hardcoding the path toselenium-server
- Add logs/ to
.gitignore
so 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