Releases
v0.6.0
Nightwatch v0.6
New features
Unit testing - write unit or integration tests in Nightwatch for Node.js applications and APIs;
Custom reporters - add your own reporter via the --reporter
option;
Integrated Grunt support - Nightwatch is bundled with an easy to use Grunt task which can be used in your existing Grunt-based build configuration;
Run single testcase - ability to run the specified testcase from the current suite/module via --testcase
;
Page Objects - documented support for page objects model;
Enhancements
Added support for declaring environment specific cli_args - #334
Added support for passing the client object as argument to global beforeEach and afterEach
Added support for always logging selenium server errors
Added log functionality exposed through Selenium
Important fixes
Fixed JUnit xml reports #191
Fixed exclude and filter options when with multiple src_folders #370
You can’t perform that action at this time.