Stryker4s v0.10.0-RC2 Release Notes
Release Date: 2020-09-23 // over 4 years ago-
๐ This is the second pre-release of Stryker4s 0.10.0 featuring the new sbt testrunner. See the previous release for more information about the new testrunner.
๐ In this release a couple of new features were added to give more control over the testrunner via your
stryker4s.conf
. The biggest one is the new timeout-runner which fully supports timeouts based on the initial test-run duration (#573). You can now also restart the testrunner everyn
runs if you want to (#582) or go back to the old legacy sbt testrunner (#578).๐ฑ ๐งพ Known issues
- 'Static' mutants (a
val
in anobject
) are always reported as survived.
๐ฑ ๐ Features
- โ Fully support timeout runner (sbt testrunner only) (#573) @hugo-vrijswijk
- โ Add maxTestRunnerReuse config option (#582) @hugo-vrijswijk
- โ Config option for legacy sbt test runner (#578) @hugo-vrijswijk
๐ ๐ Bugfixes
- ๐ Fix topStatement for argument Assign terms (#576) @hugo-vrijswijk
๐ง ๐งฐ Maintenance
- ๐ Improve humanReadable duration to use 'and' at the end (#583) @hugo-vrijswijk
- Cleanup selfRecreatingResource to use Ref (#581) @hugo-vrijswijk
- 'Static' mutants (a