Skip to content

Releases: nightwatchjs/nightwatch

v0.6.15

14 Jun 08:53
Compare
Choose a tag to compare
  • Fixed - #500 the issue with starting selenium 2.46
  • Fixed an issue with passing the correct context when invoking callback for some client commands

v0.6.14

11 Jun 20:08
Compare
Choose a tag to compare
  • Fixed a problem with Selenium server log not being written properly in case of test failures/errors

v0.6.13

28 May 21:04
Compare
Choose a tag to compare
  • Added support to show folder name in terminal output before test suite name - #466
  • Added mouseButtonClick selenium protocol action.

v0.6.12

28 May 21:03
Compare
Choose a tag to compare
  • Added --skiptags cli option to run tests that do not match the given tags (comma separated)

v0.6.11

18 May 20:20
Compare
Choose a tag to compare
  • Fixed - #458 - nightwatch tries to start multiple instance of Selenium on same port when parallel testing
  • Fixed Default selenium.start_session value is not applied when selenium is undefined - #450

v0.6.9

15 May 07:31
Compare
Choose a tag to compare
  • Fixed #438 - an issue with passing a numeric tag
  • Fixed the default for test setting silent was set to false instead of true #448
  • Fixed minor output issue reported in #444 when running async unit tests

v0.6.6

24 Apr 20:02
Compare
Choose a tag to compare
  • Fixed - a minor issue where disabled_colors value wasn't always taken into account
  • Fixed - #368 WaitForElement commands polling producing HTTP errors until the element was found - updated waitForElement commands to use .elements instead of .element which is not throwing errors but an empty array

v0.6.5

24 Apr 12:36
Compare
Choose a tag to compare
  • Added - option end_session_on_fail to control automatic termination of the Selenium session when there are failures
  • Added - exposed results object on the client.currentTest
  • Added - option to retry failed assertions: retryAssertionTimeout - #407
  • Fixed - .sessions command was pointing to .session - #287
  • Added - POST action support to .session

v0.6.4

16 Apr 20:49
Compare
Choose a tag to compare
  • Fixed currentTest on api - previously client.api.currentTest.name was an empty string, this fix sets it for each test before running beforeEach
  • Fixed - environment-specific selenium settings were not applied in some cases - #411

v0.6.3

10 Apr 20:38
Compare
Choose a tag to compare
  • Fixed an issue with logging of deprecation notice resulting in a TypeError