Skip to content

Latest commit

 

History

History
102 lines (55 loc) · 6.24 KB

CHANGELOG.md

File metadata and controls

102 lines (55 loc) · 6.24 KB
  • added ability to specify output dir of JUnitReporter through ENV #277 countributed by KevinSjoberg
  • Added verbose functionality to ProgressReporter #278 contributed by senhalil
  • additional fix for reporting slowest suites by DefaultReporter #270
  • fixed the way DefaultReporter reports slowest suites #270
  • fixed problem with default report paths for MeanTimeReporter #269 contributed by duonoid
  • fixed the way JUnitReporter calculates relative path #258
  • SpecReporter do not print exception name any more (unless it is an test error) #264
  • Fixed loading error caused by fix for #265 see #267 and #268 for more details.
  • MINITEST_REPORTER env variable can be used to override reporter #256 (contributed by brettwgreen)
  • junit reporter changed to support mintest >= 5.11 #252 (contributed by Kevinrob)
  • all reporters changed to be compatible with minitest >= 5.11 (if not - report a bug ;)
  • fixed uninitialized time in junit reporter #251
  • format option added to progress reporter #240 (contributed by jorgesmu)
  • improved output of junit reporter #245 (contributed by jules2689)
  • SpecReporter regression for Minitest 5.11.1 fixed #250 (contrinuted by mbround18)
  • Reverted #236 (it creates too many problems)