views:

11

answers:

1

I would like to run my cucumber tests individually.. but with one command

I would also like to know how to write rake files that take parameters

A: 

Check out this tutorial and see if it helps :-)

http://jasonseifer.com/2010/04/06/rake-tutorial

Caladain
That was great, but how do I rake individual cucumber files?
DerNalia
Maybe something more like: http://wiki.github.com/aslakhellesoy/cucumber/using-rakeSorry for the "shots in the dark"..just trying to feel out what section of knowledge you're looking for
Caladain