
Jenkins needs some kind of report from the JUnit tests in order to tell whether the tests succeeded or not. android-junit-report is a library to do exactly that. With this setup, Jenkins should now successfully understand the status of the JUnit tests, where before it just ran them and ignored the results
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
|
|
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
|