Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.5.34
- Added - global
disable_colors
property - Added -
parallel_process_delay
property to specify the delay between starting child processes
v0.5.33
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.
v0.5.31
- Added
perform
command which allows adding arbitrary code to the queue
v0.5.30
v0.5.28
v0.5.27
v0.5.25
v0.5.24
- Fixed an issue with selenium server 2.43 could not be started from nightwatch