Thank you Yuri!
The problem with this is the need to run .NET Framework and install another tool for it to work. Do you or someone else know how to do it only with Watir and an open source CI Tool ?
Thanks!
On 11/24/05, Yury Krasavin <[EMAIL PROTECTED]> wrote:
Hi, Jose!
Here is the sample of a NUnit wrapper for Watir tests:
http://www.hanselman.com/blog/IntegratingRubyAndWatirWithNUnit.aspx
I use it in a slightly modified form for differrent Ruby tests, not only
Watir. But the main idea is that it will be a usual NUnit fixture, included
in a CruiseControl report as other NUnit fixtures.
Yury.
> -----Original Message-----
> Date: Wed, 23 Nov 2005 16:27:27 -0300
> From: Jose Papo <[EMAIL PROTECTED] >
> Subject: Re: [Wtr-general] HTML Results Reports for Watir
> To: [email protected]
> Message-ID:
> < [EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> 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
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
