- Switched to Github actions #324 petergoldstein
- Fixed misspelled method name in HTML reporter (
percent_skipps
->percent_skips
) #326 contributed by andyw8 - Removed deprecated call to
Object#=~
#318 contributed by etiennebarrie - Added option
print_failure_summary
toSpecReporter
which causes failures and errors to print at the end of the test suite instead of inline as they happen #306 contributed by picandocodigo
- Added support for environment variables to define the output location of HTML reports. #311 contributed by estebanbouza
- Fixed ProgressReporter accuracy on skipped tests while
detailed_skip
is disabled #312 contributed by seven1m - Added
file
attribute to<testcase>
tags in JUnitReporter for CircleCI compatibility #313 contributed by nbudin - Added timestamp option to JUnitReporter [#316] (minitest-reporters#316) contributed by sipani909
- fixed rare compatability issue between JUnitReporter and older versions of Minitest #272 contributed by chakrit
- fixed JUnitReporter to use a relative file path if a file path is absolute #305
- fixed MeanTimeReporter to reset by deleting previous run file #296 contributed by AnythonyClark
- removed debug output from ProgressReporter #301 contributed by wvanbergen
1.4.2 (2019-10-26)
1.4.1 (2019-10-10)
- fixed Time.current replaced with Time.now in HTML reporter's remplate #293
1.4.0 (2019-10-06)
- travis updated to include ruby 2.6 (#292 contributed by pvalena)
- location option added to DefaultReporter #288 contributed by bmo
- Date and time added to HTML report #287 contributed by cderche
1.4.0.beta1 (2019-08-28)
- JUnitReporter changed to be compatible with the spec #286 contributed by dylanahsmith
1.3.8 (2019-08-14)
- Fixed default ProgressReporter regression from #278; fix #284 contributed by bobmaerten
1.3.7 (2019-08-14)
- added ability to specify output dir of JUnitReporter through ENV #277 countributed by KevinSjoberg
- Added verbose functionality to ProgressReporter #278 contributed by senhalil
1.3.6 (2019-01-16)
- fixed possible null pointer in #after_suite #274 contributed by casperisfine
1.3.5 (2018-09-30)
- additional fix for reporting slowest suites by DefaultReporter #270
- fixed the way DefaultReporter reports slowest suites #270
- 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.
- Fixed time reporting #265 contributed by brendandeere
- #261 fixed by #262 contributed by trabulmonkee
- JUnit reporter fixed to comply with JUnit spec (#257, #260 contributed by brettwgreen)
- 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)
- Reverted #236 (it creates too many problems)
- Fixed problem with handling SIGINFO #231 (contributed by joshpencheon)