I am using test-unit framework to run my tests and get XML reports using the ci_reporter gem. This works great. I want to include Test Description along with the test name in the xml report.
Example test: description "Test Login" def test_01_login do_login end My xml report shows test_01_login which is the test name. I also want it to report the description. Can anyone tell me how to get the testcase description into the xml generated by ci_reporter? -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
