
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
13 行
110 B
Plaintext
13 行
110 B
Plaintext
/local.properties
|
|
/bin/
|
|
/gen/
|
|
/build/
|
|
/.gradle/
|
|
/build.xml
|
|
*~
|
|
/.idea/
|
|
/*.iml
|
|
out
|
|
/.settings/
|
|
junit-report.xml
|