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

Option to disable fail-fast in sbt testrunner #955

Open
hugo-vrijswijk opened this issue Sep 1, 2021 · 0 comments
Open

Option to disable fail-fast in sbt testrunner #955

hugo-vrijswijk opened this issue Sep 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hugo-vrijswijk
Copy link
Member

The sbt testrunner now reports a mutant as killed as soon as a failing test is found. This is faster and doesn't have any downsides. Unless....

Once we add test information in the reports, the user might want to see all tests that can kill a mutant, instead of the first one that would currently be shown.

https://github.com/stryker-mutator/stryker4s/blob/master/sbt-testrunner/src/main/scala/stryker4s/sbt/testrunner/TestRunner.scala#L47

@hugo-vrijswijk hugo-vrijswijk added the enhancement New feature or request label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant