Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.9.11
- 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
- Fixed #1263 - disabling detailed_output hides failure reasons
- Fixed swallowed exceptions when using Mocha as test runner
v0.9.8
- 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
- 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
- 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
- Added option
default_path_prefix
to overwrite selenium's default /wd/hub base url
v0.9.4
- 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
- Fixed #1006 - exceptions during tests are swallowed silently
v0.9.2
- Fixed #1002 - assertion failure information not added to JUnit Style Test Report when using third-party assertion frameworks.
v0.9.1
- Fixed #997 expect incorrectly reporting element visible
- Improved output for displaying error during test execution.