AllGreen
Run all your test suites (rspec, cucumber, rails unit tests and more...) using one command.
AllGreen will handle exit codes so it's perfect for using with continuous integration system.
Currently AllGreen will auto-detect :
Installation
Add this line to your application's Gemfile:
gem 'all_green'
And then execute:
$ bundle
Or install it yourself as:
$ gem install all_green
Usage
Run all tests
$ bundle exec all_green
Roadmap
- Pass configuration options for each engine
- Set tests order
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