Project

rsformat

0.0
No commit activity in last 3 years
No release in over 3 years
Formats the rspec results beautifully in html
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.0.3, ~> 2.0
~> 3.4
>= 3.4.4, ~> 3.4
 Project Readme

rsformat

rsformat is built for viewing your rspec results in a better and more user friendly way. It converts the results into an HTML report. This is completely configurable and gives your HTML report a much more personalised view.

Dependencies

There are few dependencies for rsformat.

'json', '~> 2.0', '>= 2.0.3'
'rspec', '~> 3.4'
'rspec-core', '~> 3.4', '>= 3.4.4'

Getting started

Installation

You can install rsformat ruby gem from [Ruby Gems](https://rubygems.org) by searching for rsformat.
or you can directly use gem install rsformat for the same. 

Help and other Options

rsformat has some inbuild options which you can use to configure and personalise the report. 


rsformat --help <for all the information you need on this gem>

rsformat init-help <for all the configuration you can do while initializing your project with rsformat>

rsformat init <walks you through the configuration steps for the project>

How does it looks ?

Below are some of the images on how the final report may look like. Sample 1


Sample 2

Authors

  • Shreyas Bande - Initial work - ssbande