Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.7.10
v0.7.9
v0.7.8
v0.7.5
- Added screenshots
on_error
option - Added
suiteRetries
cli option to retry failed/errored test cases
v0.7.4
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