Skip to content

Releases: mucsi96/nightwatch-api

Release 2.0.0

13 Dec 19:10
Compare
Choose a tag to compare

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

27 Oct 13:29
a06f121
Compare
Choose a tag to compare

Breaking changes

  • startWebDriver and createSession now receives a configuration object instead of parameter list.

image

Major changes

  • configFile is add as new options for startWebDriver and createSession. Using this you can provide a custom path for Nightwatch configuration file. Thanks to @maoberlehner !

image

Minor changes

  • Configuration of WebDriver port is added to the docs. Thanks to @maoberlehner !

image