Stryker4s v0.8.0 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • ๐Ÿš€ We are excited to release Stryker4s v0.8.0. This is the first minor (v0.x.0) release we have done this year ๐ŸŽ†!

    ๐Ÿ”ง The big new feature in town is the test-filter config option, invented and contributed by @CharlesD91. It allows you to filter what tests are run during your mutation testing, which can be useful if you have integration tests in the same project or have some flaky tests. It works for both the sbt and Maven plugin.

    A bug that could result in always-survived mutants was also fixed. Mutations that always show up as Survived even though a test fails when you edit the code manually should be Killed now ๐Ÿ’€. So another reason to upgrade is that this version might actually increase your mutation score!

    ๐Ÿฑ ๐Ÿš€ Features

    ๐Ÿ›  ๐Ÿ› Bugfixes