hydra/README.rdoc

40 lines
973 B
Plaintext
Raw Normal View History

2010-04-05 01:48:17 +00:00
= Hydra
2010-01-20 16:58:56 +00:00
Spread your tests over multiple machines to test your code faster.
2010-01-20 16:58:56 +00:00
== 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.
2010-04-05 22:14:51 +00:00
== Usage and Configuration
2010-04-05 22:14:51 +00:00
Check out the wiki for usage and configuration information:
2010-04-05 22:14:51 +00:00
http://wiki.github.com/ngauthier/hydra/
2010-04-05 22:14:51 +00:00
I've tried hard to keep accurate documentation via RDoc as well:
2010-04-05 22:14:51 +00:00
http://rdoc.info/projects/ngauthier/hydra
2010-04-05 01:48:17 +00:00
2010-03-30 17:45:10 +00:00
== Supported frameworks
Right now hydra only supports a few frameworks:
* Test::Unit
* Cucumber
2010-04-05 01:48:17 +00:00
* RSpec
2010-03-30 17:45:10 +00:00
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!
2010-01-20 16:58:56 +00:00
== Copyright
Copyright (c) 2010 Nick Gauthier. See LICENSE for details.