Skip to content

Releases: nightwatchjs/nightwatch

v0.5.34

22 Nov 14:50
Compare
Choose a tag to compare
  • Added - global disable_colors property
  • Added - parallel_process_delay property to specify the delay between starting child processes

v0.5.33

06 Nov 22:35
Compare
Choose a tag to compare
  • Fixed #302 - waitFor-family functions with no timeout param silently error
  • Fixed #299 - multiple folder support in src_folders

v0.5.32

26 Oct 20:39
Compare
Choose a tag to compare
  • 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.

v0.5.31

13 Oct 21:36
Compare
Choose a tag to compare
  • Added perform command which allows adding arbitrary code to the queue

v0.5.30

13 Oct 21:39
Compare
Choose a tag to compare
  • 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

v0.5.28

22 Sep 21:48
Compare
Choose a tag to compare
  • Fixed #277 - test runner issue with parallel mode and globals

v0.5.27

22 Sep 19:54
Compare
Choose a tag to compare
  • Fixed #267 - getValue command not working

v0.5.25

16 Sep 21:16
Compare
Choose a tag to compare
  • Added option to automatically send the test module name to the selenium server in the desiredCapabilities - based on #254
  • Added New test setting log_screenshot_data to disable screenshot data in logs - based on #262
  • Added right context for global before and after hooks - #264

v0.5.24

15 Sep 06:54
Compare
Choose a tag to compare
  • Fixed an issue with selenium server 2.43 could not be started from nightwatch

v0.5.23

11 Sep 21:28
Compare
Choose a tag to compare
  • Fixed afterEach/tearDown being called with wrong number of args - #263