Skip to content

Nightwatch config for selenium-server and gitignore changes

Sean King requested to merge change/selenium-server into develop

Changes

  • The selenium-server path in the Nightwatch config uses require instead of hardcoding the path to selenium-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

Merge request reports