Project

rsummary

0.0
No commit activity in last 3 years
No release in over 3 years
https://github.com/kwyt/rsummary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0

Runtime

= 0.19.1
 Project Readme

Rsummary

Rsummary is saving tests output as histoties. And it provides simple commands to out for console. You can use it easily whenever your timing. if you use it in your project would be a little smoother development.

history status
screenshot_history screenshot_status

Installation

Add this line to your application's Gemfile:

gem 'rsummary'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rsummary

Usage

either launch your tests with

rspec $TESTS --format Rsummary::Save

or add

--format Rsummary::Save

in your .rspec file

commands

  • bundle exec rsummary history - Showing tests output in past
  • bundle exec rsummary status - Showing test output at current
  • bundle exec rsummary remove - deleting histories

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kwyt/rsummary.

License

The gem is available as open source under the terms of the MIT License.