You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Baseline and since (git diff) are currently commandline options. It might be nice to make these options specific commands (so specific flavors of stryker runs).
Describe the solution you'd like
Run stryker in baseline mode: dotnet stryker baseline --target "develop" --mutation-level "Basic"
Run stryker in baseline mode and refresh baseline: dotnet stryker baseline recreate --target "feat/1234-abcd" --mutation-level "Basic"
These commands would no longer be config file options (as they are no longer options).
Is your feature request related to a problem? Please describe.
Baseline and since (git diff) are currently commandline options. It might be nice to make these options specific commands (so specific flavors of stryker runs).
Describe the solution you'd like
Run stryker in baseline mode:
dotnet stryker baseline --target "develop" --mutation-level "Basic"
Run stryker in baseline mode and refresh baseline:
dotnet stryker baseline recreate --target "feat/1234-abcd" --mutation-level "Basic"
These commands would no longer be config file options (as they are no longer options).
Additional context
Relevant after #578
The text was updated successfully, but these errors were encountered: