You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved unit testing support - improved support for running unit tests with Nightwatch has been significantly improved (available behind the compatible_testcase_support setting); unit tests are also compatible with Mocha's exports interface and all the Nightwatch unit tests have been rewritten in this format. More details: http://nightwatchjs.org/guide#unit-testing
Improved output for parallel running - test output when running tests in parallel has been improved to be more readable and by setting detailed_output to false it will be even easier to follow.
Specify multiple test sources - it is now possible to directly specify several test files or folders as arguments to the cli runner. More details: http://local.nightwatchjs.org/guide#running-tests
Enhancements
Added support for requiring subdirectories in page object path.
Added support for passing multiple group names.
Addeddetailed_output option to support showing only the testcase names in the log without assertion info
Important fixes
Fixed#924 Not possible to create custom assertion with no arguments
Fixed#873 junit report does not include the failed assertion information
Fixed an issue with elementNotPresent occurring in Edge