Tiffany, If you want to dig a little into the Watir internals, you can do this easily enough. Find the Watir method(s) that produce the output for the tests. Then override those methods (just use copy/paste) in your own custom module of the same name. Then in your copied method, change the "puts" (or whatever it happens to be) to output the resluts any way you want. Put your module somewhere in an accessible directory (/lib is a good place), and 'require' it either in your controller(s), or in application.rb if you want all controllers to see it. I realize that was a pretty generic explanation, but it is not as difficult as it sounds. But it is best to override the methods in question rather than editing the existing Watir code. The only problem might be if each test did its own output. That would not be very DRY, and you would have a lot to override. I haven't looked at it, but I doubt that is the case. Lonny Eachus ============
|
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general