No commit activity in last 3 years
No release in over 3 years
A detailed errors while in progress reporter for Minitest
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

>= 0
~> 5.0
 Project Readme

minitest-anxious-reporter

Gem Version

A more detailed reporter for minitest inspired by the documentation output of Rspec.

It will show your error while they occur and print the error summary. The motivation for this gem was that the original minitest reporter didn't worked with Jenkins (it wouldn't show the dots indicating progress) and the original doc_reporter gem don't have a detailed failure report in the end and also didn't exited with the correct code when fails occurred.

Forked from jasonthompson/minitest-doc_reporter

Install

Requirements

This gem has not yet been tested with ruby versions previous 2.0.0-p247.

Installation

gem install minitest-anxious-reporter

Or in your gem file:

gem "minitest-anxious-reporter"

Usage

Simply bundle it and it will replace your current reporter automatically.