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 <[EMAIL PROTECTED]> 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
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
