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