No release in over 3 years
Formatter for `rspec` with output html with end times
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.2.11
= 0.55.0
= 13.0.1
= 3.9.0
= 0.91.0
= 0.9.25
 Project Readme

RspecPassedTimeFormatter

This is formatter for rspec to show end time of each it

rspec result with html output without that gem looks like that:

Screenshot_20221107_093203

rspec result with this gem usage looks like that:

Screenshot_20221107_093311

For very long tests or looking for test history - this formatter allow to better understand when precisely test started and finished

Installation

Add this line to your application's Gemfile:

gem 'rspec_passed_time_formatter'

And then execute:

bundle

Or install it yourself as:

gem install rspec_passed_time_formatter

Usage

rspec --format HtmlWithPassedTime --out out.html