Sunday, September 30, 2012

how to config test report in Jenkins for GHUnit test. or JUnit test.


you have to change your shell script under Build

make clean && WRITE_JUNIT_XML=YES JUNIT_XML_DIR=tmp/test-results make test


Under Post-build Actions, check Publish JUnit test result report and enter the following in Test report XMLs:
  tmp/test-results/*.xml

No comments:

Post a Comment