Skip to content

Releases: nightwatchjs/nightwatch

v0.4.11

05 Apr 08:03
Compare
Choose a tag to compare
  • Fixed an issue with showing the elapsed time for tests incorrectly in some cases.

v0.4.10

03 Apr 21:12
Compare
Choose a tag to compare
  • Fixed #120 - multiple client commands added from inside a callback were queued incorrectly.

v0.4.9

02 Apr 21:17
Compare
Choose a tag to compare
  • Added command timers - based on #119
  • Added exclude folders/tests option - based on #110
  • Added new selenium protocol action keys which also addresses #82

v0.4.8

29 Mar 21:05
Compare
Choose a tag to compare
  • Fixed #106 - saucelabs not working with non-firefox browsers due to improper handling of redirect responses for session requests
  • Fixed issues with timeouts commands
  • Added frameParent command based on #80
  • Added async setUp/tearDown - you can pass in now a callback parameter
  • Added screenshots are saved into the junit reports as attachments

v0.4.7

21 Mar 21:02
Compare
Choose a tag to compare
  • Added non-zero exit code when tests failed / there were errors - #99
  • Fixed #69 - tests results are lost when same file name is in different test groups

v0.4.6

20 Mar 23:13
Compare
Choose a tag to compare
  • Fixed custom assertions loading for the assertions written in the constructor declaration style prior to v0.4

v0.4.5

18 Mar 21:54
Compare
Choose a tag to compare
  • Fixed #93 - status command is broken
  • Fixed #90 - sending a 0 content-length header for DELETE.

v0.4.4

17 Mar 22:30
Compare
Choose a tag to compare
  • Added support for custom variables (globals) inside nightwatch.json which become available inside the test; based on #85
  • Fixed #76: improving the error message when selenium fails to start due to missing java

v0.4.1

17 Mar 00:07
Compare
Choose a tag to compare
  • Added improved method of declaring assertions and better custom commands/custom assertions support
  • Added support for reading, creating and deleting browser cookie
  • Added full xpath support #33
  • Renamed the settings file to nightwatch.json - #68
  • Added value assertion
  • Added new utility api commands: init, urlHash and injectScript
  • Added waitForElementNotPresent and waitForElementNotVisible api commands
  • Added support for passing a custom message to waitForElement commands
  • Added several stability fixes and improvements.

v0.3.7

25 Feb 20:56
Compare
Choose a tag to compare
  • Fixed an issue with saving the report file on windows - #55