Skip to content

Commit

Permalink
add junit test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lindel authored and Stefan Lindel committed Jun 14, 2018
1 parent 1795fe5 commit 8dbaa96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -30,6 +30,9 @@ test {
showStandardStreams true
showCauses true

}
reports {
junitXml.enabled = true
}
}
buildscript {
Expand Down

0 comments on commit 8dbaa96

Please sign in to comment.