0.07
No commit activity in last 3 years
No release in over 3 years
Distributed test running with autodiscovery via Bonjour (for Cucumber first)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.6.0
>= 1.2.0
 Project Readme

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