Skip to content

0.5.35

Latest
Compare
Choose a tag to compare
@disciplezero disciplezero released this 30 Dec 02:02
Merge tag 'tags/v0.5.35'

0.5.35

* tag 'tags/v0.5.35': (150 commits)
  0.5.35
  minor adjustments for running the tests in parallel
  Update LICENSE
  0.5.34
  updated the api docs for waitFor* commands
  added some improvements for parallell test running mode; added global disable_colors property and parallel_process_delay property to specify the delay between starting child processes
  0.5.33
  #299 - added a basic improvement to avoid key collisions in results for the same module name in different src folders
  Add test for multiple src_folder support
  Fixed #302 - waitFor-family functions with no timeout param silently error
  updated the reporter example
  0.5.32
  added missing semicolon
  refactored the cli runner to better accomodate external build runners such as grunt
  Fix empty folder test cases
  Fix non-working multiple src_folder support
  Minor documentation example fixes
  fixed some jshint warnings
  disabled coveralls script
  re-enabled coveralls
  ...