hudsonでテスト結果集計したいので、junit形式の結果出力するテストランナー あるのかなぁとおもったんだけど、パッとみつけられず。 cucumberにはjunit形式で出力するオプションがあるようなんだけど、、、 Customizing the Ruby TestRunner « End of Line http://endofline.wordpress.com/2008/02/11/a-custom-testrunner-to-scratch-an-itch/ これと、python用のxmlrunnerを参考にして作ってみた。 試してみたいことはあるんだけど、とりあえずはこと足りたので、 まずはここまで。 # Usage: # ruby -rjunitrunner [test] --runner=junitrunner #require 'test/unit/ui/testrun