Distributed testing framework
Go to file
John Bintz 476491f2aa why is rake locked to that 2012-02-01 12:17:23 -05:00
lib only run ssh runners if there are files to run remotely, and fix kernel.select to work even better 2011-09-25 10:39:29 -04:00
results/features more work on tests 2011-08-31 11:42:56 -04:00
test prevent catastrophic failures 2011-08-31 17:24:43 -04:00
.document Initial commit to hydra. 2010-01-20 11:58:56 -05:00
.gitignore Added a default runner log, and a test 2011-06-06 11:02:24 -04:00
Gemfile more work on tests 2011-08-31 11:42:56 -04:00
Gemfile.lock why is rake locked to that 2012-02-01 12:17:23 -05:00
LICENSE updated license 2010-09-02 14:50:09 -05:00
README.rdoc updated readme 2010-04-15 09:21:20 -04:00
Rakefile use bundler, rails 3 style 2011-08-27 15:20:59 -04:00
TODO updated TODO with user-requested features 2010-03-01 09:22:57 -05:00
VERSION Version bump to 0.23.3 2011-03-22 19:26:49 -04:00
caliper.yml added caliper config file 2010-02-04 11:31:45 -05:00
hydra-icon-64x64.png added notifier listener and documentation on listener customization 2010-03-25 13:52:40 -04:00
hydra.gemspec why is rake locked to that 2012-02-01 12:17:23 -05:00
hydra_gray.png resized logo for wiki 2010-04-08 10:12:13 -04:00

README.rdoc

= Hydra

Spread your tests over processors and/or multiple machines to test your code faster.

== Description

Hydra is a distributed testing framework. It allows you to distribute
your tests locally across multiple cores and processors, as well as
run your tests remotely over SSH.

Hydra's goals are to make distributed testing easy. So as long as
you can ssh into a computer and run the tests, you can automate
the distribution with Hydra.

== Usage and Configuration

Check out the wiki for usage and configuration information:

http://wiki.github.com/ngauthier/hydra/

I've tried hard to keep accurate documentation via RDoc as well:

http://rdoc.info/projects/ngauthier/hydra

== Supported frameworks

Right now hydra only supports a few frameworks:

* Test::Unit
* Cucumber
* RSpec

We're working on adding more frameworks, and if you'd like to help, please
send me a message and I'll show you where to code!

== Copyright

Copyright (c) 2010 Nick Gauthier. See LICENSE for details.