[Wtr-general] How to get the run result for each test case
Charley Baker
charley.baker at gmail.com
Wed Mar 7 11:22:15 EST 2007
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 <jhe at resilience.com> 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 at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20070307/5659acbb/attachment.html
More information about the Wtr-general
mailing list