I haven't had a chance to work with ci_reporter though I hope to if I ever get some free time. My assumption is that they're junit style reports which can be consumed by a dashboard. We're using CruiseControl now for continuous builds and reporting results, there's a recent ruby port on rubyforge:
<br><a href="http://rubyforge.org/projects/cruisecontrolrb/">http://rubyforge.org/projects/cruisecontrolrb/</a><br><br>hth, <br><br>Charley <br><br><div><span class="gmail_quote">On 6/27/07, <b class="gmail_sendername">marekj
</b> <<a href="mailto:marekj.com@gmail.com">marekj.com@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">At the top of my test suite I have the following infrastructre code
<br><br>require 'watir'<br>require 'ci/reporter/rake/test_unit_loader'<br>require 'test/unit/ui/console/testrunner'<br>include Test::Unit::UI::Console
<br>require 'tc_x_series'<br>require 'tc_y_series'<br><br>and then I overwrite the default suite because I run my TestCases sequentially<br>I maintain the order in the array<br>[TC_x1,TC_x2, TC_y1].each {|testcase|
TestRunner.run(testcase)}<br><br>Each test produces an xml report, one file per TC_ in test/reports/ folder.<br><br>Questions: <br>How do you guys read the reports, do you have some custom formatters to translate into HTML? I am new to ci_reporter and we don't run CI here. I just want to hook up some presentation layer to reports generated by ci. Can I specify some formatter options to ci_reporter at run time about where to put the report files rather than the default place?
<br>How do you consolidate the reports into one summary file?<br>Any ideas would be helpful . <br>Thanks. <br><span class="sg">marekj<br><br><br>
</span><br>_______________________________________________<br>Wtr-general mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Wtr-general@rubyforge.org">Wtr-general@rubyforge.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://rubyforge.org/mailman/listinfo/wtr-general" target="_blank">http://rubyforge.org/mailman/listinfo/wtr-general</a><br></blockquote></div><br>