Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.7.2
v0.7.0
Nightwatch v0.7
New features
- Expect assertions - new assertion library based on Chai.js - #456;
- Page Objects - added enhanced support for page object model - #414;
- Parallel running via workers - allows running individual test files in parallel via test workers - based on #317:
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
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