trotter / cuke-talker

An REPL for writing cucumber features

This URL has Read+Write access

name age message
file README.textile Thu Oct 08 17:46:50 -0700 2009 Ok, it'll at least load localhost now [trotter]
directory features/ Mon Oct 12 15:58:06 -0700 2009 Move to features and add a sample feature [trotter]
directory lib/ Tue Oct 13 05:03:16 -0700 2009 Add readline support [trotter]
README.textile

CukeTalker

CukeTalker is a REPL (read eval print loop) for Cucumber that allows you to
interactively write your features. It has a “show history” command that will
inform you of the commands you’ve entered and allows you to define new steps on
the fly. In practive, we’ve found that CukeTalker greatly reduces the amount of
time needed to write features.

Caveats

CukeTalker is very alpha right now. It is known to work with webrat driving
selenium. It may work with other setups, but it has not be tested.

Requires

The ‘selenium-client’ gem