From: Jano Svitok Date: 2007-07-20T22:30:28+09:00 Subject: Re: Can Test/Unit output in XML? On 7/19/07, Maung Aung wrote: > Hi, > > Is there any way that I can get test/unit output file in XML format? Any > helpful advice would be very appreciated. If there's nothing ready, it should not be hard to createa custom runner/outputter that will write xml. Have a look at test/unit/ui/console/testrunner.rb how it writes to console for start. J.