diff --git a/custom_rules.xml b/custom_rules.xml index 944377a7c..7747834aa 100644 --- a/custom_rules.xml +++ b/custom_rules.xml @@ -1,16 +1,5 @@ - - - - Downloading XML test report… - - - - - - - - + - diff --git a/test/ant.properties b/test/ant.properties index 16244024c..99458bdd5 100644 --- a/test/ant.properties +++ b/test/ant.properties @@ -16,3 +16,4 @@ # The password will be asked during the build when you use the 'release' target. tested.project.dir=.. +test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner diff --git a/test/custom_rules.xml b/test/custom_rules.xml new file mode 100644 index 000000000..ee90d3fac --- /dev/null +++ b/test/custom_rules.xml @@ -0,0 +1,19 @@ + + + + + + Downloading XML test report (/data/data/${tested.package}/files/junit-report.xml)… + + + + + + + + + + diff --git a/test/libs/android-junit-report-1.5.8.README b/test/libs/android-junit-report-1.5.8.README new file mode 100644 index 000000000..a89c98533 --- /dev/null +++ b/test/libs/android-junit-report-1.5.8.README @@ -0,0 +1,5 @@ + +Needed for Jenkins to get JUnit reports. + +* https://github.com/jsankey/android-junit-report +* https://github.com/downloads/jsankey/android-junit-report/android-junit-report-1.5.8.jar diff --git a/test/libs/android-junit-report-1.5.8.jar b/test/libs/android-junit-report-1.5.8.jar new file mode 100644 index 000000000..09e6a2d4f Binary files /dev/null and b/test/libs/android-junit-report-1.5.8.jar differ