OCUnit2JUnit icon indicating copy to clipboard operation
OCUnit2JUnit copied to clipboard

A script that converts output from OCUnit in xcodebuild to the XML format used by JUnit. This allows for XCode builds on continuos integration servers like Jenkins, complete with test reports!

Results 11 OCUnit2JUnit issues
Sort by recently updated
recently updated
newest added

Capture test case output. Please, note how JUnit is capturing test case output into a <system-out> tag with CDATA contents. It would be nice if OCUnit2JUnit were capturing the output,...