Hi everyone, We run Watir in a pretty conventional way at my company - using the Test::Unit framework. This works really well, but when tests are running unattended, it would be really nice to get some more feedback from scripts that have errors. Our developers pointed out that providing the HTML source of the page loaded in IE at the time of the error would be great.
Does anyone know of an elegant way to trap this sort of information? I have been considering extending Test::Unit::Error to query a global $ie variable and interrogate it for its page source, but this may not be the optimal solution. Thanks for your feedback! -- Alf Whitehead <[EMAIL PROTECTED]> 416-214-4977 x260 Quality Assurance Specialist Klick Communications, http://klick.com/ _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
