Skip to content

Releases: nightwatchjs/nightwatch

v0.7.10

12 Aug 22:28
Compare
Choose a tag to compare
  • Fixed #574 should run afterEach with testcase cli option
  • Fixed #589 tags were ignored when using filter option
  • Fixed an issue in expect assertions occurring when retrying

v0.7.9

17 Jul 20:28
Compare
Choose a tag to compare
  • Added support for context for testing hybrid mobile apps with Appium
  • Added minor improvement for page objects support - #550

v0.7.8

15 Jul 23:32
Compare
Choose a tag to compare
  • Added custom messages to expect assertions
  • Fixed #549 issue retrying failed expect assertions where element is not found
  • Fixed #541 parallel test output when running tests with same name
  • Fixed #548 where folder fully excluded if trying to exclude one file

v0.7.5

30 Jun 22:49
Compare
Choose a tag to compare
  • Added screenshots on_error option
  • Added suiteRetries cli option to retry failed/errored test cases

v0.7.4

24 Jun 21:38
Compare
Choose a tag to compare
  • Added support for defining test_workers options per environment
  • Fixed exit code is always '0' running tests using test_workers - #510

v0.7.2

23 Jun 19:13
Compare
Choose a tag to compare
  • Fixed #509 - missing failing teststeps in junit report

v0.7.0

21 Jun 13:24
Compare
Choose a tag to compare

Nightwatch v0.7

New features

Enhancements

  • Added support for automatically taking a screenshot on test failure - based on #442;
  • Added option to retry failing tests #436;
  • Added support for not skipping test cases when assertion fails #473;
  • Added mouseButtonClick protocol command
  • Added support for page_object_path to accept an array

Important fixes

  • Fixed an issue with the results not properly set in afterEach hook reported in #442

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.