@stryker-mutator/util
Advanced tools
Changelog
6.0.0 (2022-05-03)
File
class is no longer part of the public api and is thus no longer exported from @stryker-mutator/api
. Plugin creators shouldn't rely on it anymore.onAllMutantsMatchedWithTests
has been replaced by onMutationTestingPlanReady
. Please use that for your reporter plugin instead.onAllSourceFilesRead
has been removed, please use onMutationTestReportReady
to retrieve the source files.onSourceFileRead
has been removed, please use onMutationTestReportReady
to retrieve the source files.Changelog
6.0.0-beta.0 (2022-03-02)
fileName
. (#3438) (d197319)killedBy
is always an array (#3187) (c257966)check
method of checker plugins now receives a group of mutants and should provide a CheckResult
per mutant id.htmlReporter.baseDir
is deprecated and will be removed in a later version. Please use htmlReporter.fileName
instead.module.exports = function(config) {}
) from your stryker.conf.js
file is no longer supported. This was already deprecated but now will give an error.@stryker-mutator/karma-runner
, since that version added support for async config loading@stryker-mutator/jamsine-runner
now requires jasmine@3.10 or higher.@stryker-mutator/mocha-runner
now requires mocha@7.2
or higher.TestRunnerCapabilities
by implementing the capabilities
method.Changelog
5.6.0 (2022-01-09)
Changelog
5.5.0 (2021-11-23)
--findRelatedTests
in dry run (#3234) (b2e4584)