Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test run stops when single test fail #85

Open
SilviaChip opened this issue Jun 14, 2020 · 0 comments
Open

Test run stops when single test fail #85

SilviaChip opened this issue Jun 14, 2020 · 0 comments

Comments

@SilviaChip
Copy link

SilviaChip commented Jun 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant