Skip to content

v0.5.32

Compare
Choose a tag to compare
@beatfactor beatfactor released this 26 Oct 20:39
· 2309 commits to main since this release
  • Added support for a global test results reporter function defined in the globals module configured in globals_path in nightwatch.json. A function defined under the reporter 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.