Skip to content

v0.5.30

Compare
Choose a tag to compare
@beatfactor beatfactor released this 13 Oct 21:39
· 2332 commits to main since this release
  • Added beforeEach / afterEach global hooks to run code before and after each test suite (file). These are specified in the file loaded using the globals_path setting in nightwatch.json. They may be synchronous or asynchronous.
  • Added prettier formatting of elapsed time #286