This is really more about test::unit than Watir. Watir doesn't report
results or contain your tests, test unit does. You could modify the test
reporter in test unit if you want more immediate feedback. Running through
Eclipse with the ruby plugin also gives more immediate feedback I believe,
it's been a while since I've run tests through the Eclipse UI so don't quote
me on that. :)

http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit.html

-Charley

On 3/6/07, Jason He <[EMAIL PROTECTED]> wrote:

 Dear All,

    It seems that watir give the detail information of test only at the
end of test, in other word, the detail report will give out only after all
the test cases have been executed, in case that there is a lot of test cases
and each case is written in a standalone file .
    Could it give the detail information for each test case when they are
finished at once, such as the information about whether pass or fail, the
corresponding line if failure/error happens?

Regards,
Jason

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to