Sorry folks!!! I discovered how to do it with test-report!!!
 
In the googleSuite_test.rb example of Watir do:
 
      1 - include: require 'test/unit/ui/reporter'
      2 - on the last line: Test::Unit::UI::Reporter.run(TC_google_suite, 'exemplo')
 
   It will generate HTML output to 'exemplo' folder. I had a problem with the class reporter.rb from test-reporter on my Windows. After some errors I tried to include the line require 'stringio' . It worked!
 
 
  But I still will like to receive feedback about CI tool integration :-) !!!
 
 
                Thanks!
 
                     Jose Papo from Brazil
 
 
 
On 11/23/05, Jose Papo <[EMAIL PROTECTED]> wrote:
Hi,
 
 
   Maybe this is something usual but I didn't find how to generate a nice HTML report (like the ones found in JUnit or NUnit) with the test results done by WATIR. This would be an interesting thing to do with a continuous integration tool. Someone have experience eith this kind of environment. So after all test cases run the CI Tool would pick the HTML report and publish in its web site. And if someone wants to he could browse to HTML reports from past days, like CruiseControl does.
 
 
                   Jose from Brazil.         

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to