Ben Lovell wrote:
On Fri, May 1, 2009 at 7:22 PM, Anil Gollaa <[email protected] <mailto:[email protected]>> wrote:

    Hi,
    I was able to run the scenarios using rake features in cucmber,
    All the respective results are displayed in colour in std output.

    is there any plugin using which i can capture these results(that are
    generated at run time).
    Please let me know the procedure to capture these logs in to a files.


cucumber features -o FILE

Where FILE is the name of the file to redirect the output to.

Ben
You will probably not want the color so you can use the --no-color flag. FYI, you can specify multiple formatters if you need to. "cucumber --help" for more.

Ben Mabey
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to