From: Ryan Davis Date: 2010-10-13T07:25:50+09:00 Subject: Re: minitest randomization On Oct 10, 2010, at 20:15 , redstun wrote: > when running in console, is it possible to highlight test failures/errors > with a different (red) color? since most modern terminals support coloring > text. (a pity that I'm stuck w/ Windows due to smth). > > once test finishes, maybe an additional report can be provided with only the > highlighted stuff collected in order. with some reporting related > options/command line arguments added to activate this behavior. Furthermore, > as it's an additional report, it can be not just test, maybe a temporary > html that automatically opened in my browser? Neither of these suggestions are things that I think belong in minitest. "mini" is the prefix for a reason. I am working on an extension system right now that should help you write them as plugins. It will be part of the 2.0 release.