1
2
|
xcodebuild -configuration Debug -sdk iphonesimulator \
-target Project1Tests SL_RUN_UNIT_TESTS=YES 2>&1 | .
/ocunit2junit
|
就會看到一個目錄 test-reports/ ,裡面就放著精美的 junit format reports
From:http://kf013099.blogspot.com/2013/02/ocunit-jenkins-junit.html