Spinach::Reporter::Console
This is a reporter that meant to use on Jenkins, combined with (https://github.com/dblock/jenkins-ansicolor-plugin) to bring the color output to Jenkins console.
See the comparison:
Before
After
Installation
Add this line to your application's Gemfile:
gem 'spinach-console-reporter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install spinach-console-reporter
Usage
$ bundle exec spinach -r console
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request