Skip to content

Releases: nightwatchjs/nightwatch

v0.5.3

04 Jun 12:34
Compare
Choose a tag to compare
  • Fixed an issue with creating a new session in selenium 2.42

v0.5.1

25 May 22:31
Compare
Choose a tag to compare
  • Added - Run tests in parallel - More info
  • Added - test environments to inherit from default (#92)
  • Added -urlContains and urlEquals assertions
  • Several other fixes and improvements

v0.4.17

22 May 10:58
Compare
Choose a tag to compare
  • Fixed - #164 - incorrectly reporting the counter for total assertions.

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.