Skip to content

Releases: nightwatchjs/nightwatch

v0.9.11

14 Dec 14:03
Compare
Choose a tag to compare
  • Fixed #1068: Error is silenced when a test file can't be loaded with using tags
  • Fixed #1289 "RangeError: Maximum call stack size exceeded", occurring when a test setting value is set to null
  • Added #1232 New test settings property request_timeout_options for configuring when should a request to the Selenium server reach a timeout and optionally define the number of retries for a timed out request. More info

v0.9.9

15 Nov 20:45
Compare
Choose a tag to compare
  • Fixed #1263 - disabling detailed_output hides failure reasons
  • Fixed swallowed exceptions when using Mocha as test runner

v0.9.8

23 Aug 09:44
Compare
Choose a tag to compare
  • Added support for test groups when using multiple src_folders (#1069)
  • Fixed isLogAvailable command in Microsoft Edge
  • Fixed Selenium cli args for compatibility with selenium standalone server 3 beta (#1152)

v0.9.7

16 Aug 08:16
Compare
Choose a tag to compare
  • Fixed #470 - disable stdin pipe between selenium java process and nightwatch to address an issue occurring on Linux
  • Fixed #1093 - make test fail when http status of the session request is successful but no sessionId in response

v0.9.6

30 Jul 21:57
Compare
Choose a tag to compare
  • Fixed #1034 - page urls evaluated at navigate, not init
  • Fixed #1048 - correct and consistent page callback wrapping
  • Fixed #1091 - now catching not found --test error
  • Added callback to page object navigate() - #1046

v0.9.5

25 Jun 20:06
Compare
Choose a tag to compare
  • Added option default_path_prefix to overwrite selenium's default /wd/hub base url

v0.9.4

15 Jun 22:25
Compare
Choose a tag to compare
  • Fixed #1019 - incorrect error message when no src_folders passed
  • Fixed #1005 - issue with cli interface causing third party runners to stop working
  • Improved display of failure information in the JUnit xml report

v0.9.3

07 Jun 13:44
Compare
Choose a tag to compare
  • Fixed #1006 - exceptions during tests are swallowed silently

v0.9.2

05 Jun 22:24
Compare
Choose a tag to compare
  • Fixed #1002 - assertion failure information not added to JUnit Style Test Report when using third-party assertion frameworks.

v0.9.1

28 May 23:12
Compare
Choose a tag to compare
  • Fixed #997 expect incorrectly reporting element visible
  • Improved output for displaying error during test execution.