This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
No gems have been built for this project yet.
testjour /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 11 07:29:36 -0800 2009 | |
| |
History.txt | Tue Sep 23 10:06:17 -0700 2008 | |
| |
MIT-LICENSE.txt | Tue Sep 23 10:11:50 -0700 2008 | |
| |
README.rdoc | Wed Dec 10 23:19:31 -0800 2008 | |
| |
Rakefile | Wed Apr 01 13:27:26 -0700 2009 | |
| |
TODO.txt | Tue Feb 03 20:54:33 -0800 2009 | |
| |
bin/ | Mon Feb 02 22:28:39 -0800 2009 | |
| |
cucumber.yml | Mon Feb 02 16:25:04 -0800 2009 | |
| |
features/ | Thu Jun 18 12:41:13 -0700 2009 | |
| |
lib/ | Fri Jun 26 11:56:00 -0700 2009 | |
| |
spec/ | Fri Apr 10 07:34:39 -0700 2009 | |
| |
vendor/ | Tue Dec 09 11:07:10 -0800 2008 |
Testjour
Description
Distributed test running with autodiscovery via Bonjour (for Cucumber first)
Synopsis
On machines to be used as Testjour slaves:
$ mkdir testjour-working-dir
$ testjour slave:start
On your development machine, verify it can see the testjour slave:
$ testjour list
Testjour servers:
bhelmkamp available bryans-computer.local.:62434
Now run your tests:
$ testjour run features
Note: This only really makes sense if you use more than one slave. Otherwise it’s slower than just running them locally.
Install
To install the latest release (once there is a release):
$ sudo gem install testjour
For now, just pull down the code from the GitHub repo:
$ git clone git://github.com/brynary/testjour.git
$ cd testjour
$ rake gem
$ rake install_gem
Authors
- Maintained by Bryan Helmkamp (brynary.com/)
- Thanks to Weplay (weplay.com) for sponsoring development and supporting open sourcing it from the start











