Skip to content

Releases: nightwatchjs/nightwatch

v0.4.16

16 May 20:40
Compare
Choose a tag to compare
  • Fixed an issue with running queued commands added from callbacks
  • Improved the console output

v0.4.15

05 May 21:26
Compare
Choose a tag to compare
  • Added exit code for connection refused errors (when selenium server isn't running)
  • Added new attributeContains assertion

v0.4.14

25 Apr 07:44
Compare
Choose a tag to compare
  • Added - #129 - global defaults for waitForElement commands: waitForConditionTimeout and waitForConditionPollInterval
  • Added - added test results and errors properties on the test object available - #135
  • Fixed - useXpath and useCss methods not working correctly - #142
  • Fixed - no such element errors were showing when not supposed to - #141

v0.4.13

09 Apr 16:54
Compare
Choose a tag to compare
  • Fixed - accidentally removing sample nightwatch.json from npm package

v0.4.12

07 Apr 20:06
Compare
Choose a tag to compare
  • Fixed - issues with setValue and keys command and added alias sendKeys for setValue
  • Added - object map with available keys and their UTF-8 values as client.Keys

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