gradle-spoon-plugin
gradle-spoon-plugin copied to clipboard
Test run stops when single test fail
When I run my Espresso + Cucumber tests with the following setup:
spoon {
baseOutputDir = "$buildDir/reports/spoon-output"
debug = true
noAnimations = true
adbTimeout = 5
grantAll = true
ignoreFailures = true
clearAppDataBeforeEachTest = true
singleInstrumentationCall = true
shard = true
}
Spoon gradle task run stops immediately after single test failure. I run my test on two emulators and my expectations are the tests to finish even if I have test failures.