[Wtr-general] Best way to log Watir output?

Charley Baker charley.baker at gmail.com
Wed Jul 19 11:04:29 EDT 2006


Adam,

  If you want to create a log file look at logger which is a Ruby library,
Watir makes use of it in WatirLogger. Otherwise if you're looking for a
junit type of test run dashboard and you're using Test::Unit, take a look at
Test Unit Reporter:
http://rubyforge.org/frs/?group_id=319
It can dump out reports in either html or xml.

-Charley

On 7/19/06, Adam Reed <areed at relocationcentral.com> wrote:
>
> What is the best way to create a log file, or otherwise manipulate Watir
> test output?
>
> I am looking a building a framework for testing, and it would be nice to
> output test results to a webpage, flat file, or even to a dashboard
> "results window".  I would want to include variables used (eg,
> username/password for a login script, this seems straightforward), but
> most importantly assertion results, test date and time, etc.
>
> Thanks,
> Adam
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060719/3d37e621/attachment.html 


More information about the Wtr-general mailing list