Release 1.0.0
Breaking changes
startWebDriver
andcreateSession
now receives a configuration object instead of parameter list.
Major changes
configFile
is add as new options forstartWebDriver
andcreateSession
. Using this you can provide a custom path for Nightwatch configuration file. Thanks to @maoberlehner !
Minor changes
- Configuration of WebDriver port is added to the docs. Thanks to @maoberlehner !