Re: [Wtr-general] Converting into LOG

2007-03-05 Thread Ċ½eljko Filipin
On 3/5/07, Naga Harish Kanegolla [EMAIL PROTECTED] wrote: But is there a way in watir to send a mail as an attachment of that log file ? There are several Ruby libraries for sending e-mail. I tried the first two, but the other two could also be useful.

[Wtr-general] Converting into LOG

2007-03-02 Thread Naga Harish Kanegolla
Hi all, Right now I am able to test all my test cases, and i am getting the out put lines in the console. Is there any possibility to get the whole out put and the test pass or fail result etc into a LOGfile so that it can be sent as an email. I tried for the reports in the page

Re: [Wtr-general] Converting into LOG

2007-03-02 Thread Charley Baker
Hi Harish, You can use test-report or ci-reporter on rubyforge to output your results. My tests are hooked up through Cruise Control on a continuous integration server which picks up the reports, sends out email and can also display logs in the Cruise Control build artifacts on the ci box cc

Re: [Wtr-general] Converting into LOG

2007-03-02 Thread Adam Reed
-general@rubyforge.org Subject: Re: [Wtr-general] Converting into LOG Hi Harish, You can use test-report or ci-reporter on rubyforge to output your results. My tests are hooked up through Cruise Control on a continuous integration server which picks up the reports, sends out email and can also