here is a wrapper > for Watir scripts that I briefly looked at, gives you the ability to run > Watir tests through Nant, so you should be able to get more of a continuous > integration environment: > http://dustin.homestead.com/files/blogs/2006/02/integrating-watir-into-nant-and-nunit.html > It looks pretty slick, worth investigating if you're using VSTS.
That looks very slick indeed. I wish I'd known about that a few months ago. Another way to go about integrating Ruby tests with NUnit/NANT is with Alexey Verkhovsky's Test::Unit::Reporter. http://rubyforge.org/projects/test-report/ I never got it all the way working, but Alex made some changes for me that makes Reporter a lot easier to use than it had been. -Chris _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
