Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.6.15
v0.6.14
- Fixed a problem with Selenium server log not being written properly in case of test failures/errors
v0.6.13
v0.6.12
- Added
--skiptags
cli option to run tests that do not match the given tags (comma separated)
v0.6.11
v0.6.9
v0.6.6
- 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
- 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
v0.6.3
- Fixed an issue with logging of deprecation notice resulting in a TypeError