v0.5.30
- Added
beforeEach
/afterEach
global hooks to run code before and after each test suite (file). These are specified in the file loaded using theglobals_path
setting innightwatch.json
. They may be synchronous or asynchronous. - Added prettier formatting of elapsed time #286