gradle-spoon-plugin icon indicating copy to clipboard operation
gradle-spoon-plugin copied to clipboard

Test run stops when single test fail

Open SilviaChip opened this issue 4 years ago • 0 comments

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.

SilviaChip avatar Jun 14 '20 20:06 SilviaChip