v0.5.32
- Added support for a global test results reporter function defined in the
globals
module configured inglobals_path
innightwatch.json
. A function defined under thereporter
key in the globals module is called after all tests finish with the nightwatch internal results object as an argument (as seen in examples/globalsModule.js). It may be asynchronous, with a 'done' callback as the reporter's second argument.