spek
spek copied to clipboard
Misplaced unitTests.all {} block in sample build.gradle
https://github.com/spekframework/spek/blob/e76356ac1259dcb65de24c6138d2288445ea8745/samples/android/app/build.gradle#L44
This block
unitTests.all {
testLogging.events = ["passed", "skipped", "failed"]
}
should be a child of the testOptions block, not the jacocoOptions block
Also I noticed the website gradle setup is very different from the sample project gradle setup. Which one should I reference?