Skip to content

kbackowski/all_green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Run all your test suites (rspec, cucumber, rails unit tests and more...) using one command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages