Releases: mucsi96/nightwatch-api
Releases · mucsi96/nightwatch-api
Release 2.0.0
Breaking changes
- support for NightwatchJs version < 1.0.15 was dropped
Minor changes
- search added and many improvements to documentation site
- Selenium hub example added
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 !