Nightwatch v0.8
New features
- Running tests with Mocha - support for running Nightwatch tests using Mocha test runner
Enhancements
- Added support for automatically taking a screenshot on test failure - based on #442;
- Added
abortOnAssertionFailure
global property for controlling whether to abort the test execution when an assertion failed and skip the rest - Added support for deep merging globals (and other test environment properties) from default test environment; also merging external globals with config globals
- Added support for setting the device orientation
- Added improvements to
session
command - Added
group_name
property on test_settings object available when running using --group option