stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.76k stars 175 forks source link

dotnet stryker baseline recreate command #1805

Closed rouke-broersma closed 1 year ago

rouke-broersma commented 2 years ago

We could add a create-baseline command that stores the baseline in the desired storage provider after doing a complete run.

Originally posted by @richardwerkman in https://github.com/stryker-mutator/stryker-net/issues/1803#issuecomment-969165641

Users can use this option to generate a completely fresh baseline even if a baseline already exists. This is useful when you baseline is very old or if the baseline becomes corrupt (bad merge of baseline with new results).

Liam-Rougoor commented 1 year ago

This issue will be covered by #1560 , so closing this one.