public
Description: Distributed test running with autodiscovery via Bonjour (for Cucumber first)
Homepage:
Clone URL: git://github.com/brynary/testjour.git
name age message
file .gitignore Wed Feb 11 07:29:36 -0800 2009 Ignoring tmp/ [Bryan Helmkamp]
file History.txt Tue Sep 23 10:06:17 -0700 2008 Sow [Bryan Helmkamp]
file MIT-LICENSE.txt Tue Sep 23 10:11:50 -0700 2008 License, readme, rakefile updates [Bryan Helmkamp]
file README.rdoc Wed Dec 10 23:19:31 -0800 2008 Readme [Bryan Helmkamp]
file Rakefile Wed Apr 01 13:27:26 -0700 2009 Configure visitors with options (Cucumber 0.2.3... [Bryan Helmkamp]
file TODO.txt Tue Feb 03 20:54:33 -0800 2009 TODO [Bryan Helmkamp]
directory bin/ Tue Oct 20 13:14:54 -0700 2009 Always remove Testjour options from ARGV [Bryan Helmkamp]
file cucumber.yml Mon Feb 02 16:25:04 -0800 2009 Added first feature for printing the version nu... [Bryan Helmkamp]
directory features/ Thu Oct 22 15:01:43 -0700 2009 Use Socket.gethostname instead of `hostname`, a... [Bryan Helmkamp]
directory lib/ Thu Oct 22 19:51:48 -0700 2009 Renamed http_queue => redis_queue to match clas... [lukemelia]
directory spec/ Mon Sep 14 12:02:18 -0700 2009 Swapping out httpq for Redis [Bryan Helmkamp]
directory vendor/ Tue Dec 09 11:07:10 -0800 2008 Pass DRb uri to results [Bryan Helmkamp]
README.rdoc

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