Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet stryker baseline commands #1560

Open
rouke-broersma opened this issue May 14, 2021 · 0 comments · May be fixed by #2124
Open

dotnet stryker baseline commands #1560

rouke-broersma opened this issue May 14, 2021 · 0 comments · May be fixed by #2124
Assignees
Labels

Comments

@rouke-broersma
Copy link
Member

rouke-broersma commented May 14, 2021

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

@rouke-broersma rouke-broersma added the 🚀 Feature request New feature or request label May 14, 2021
@rouke-broersma rouke-broersma added this to the Stryker 1.0.0 milestone May 28, 2021
@rouke-broersma rouke-broersma removed this from the Stryker 1.0.0 milestone Aug 5, 2022
@Liam-Rougoor Liam-Rougoor moved this to Todo in Baseline May 26, 2023
@Liam-Rougoor Liam-Rougoor changed the title Commands for baseline and since (git diff) features dotnet stryker baseline commands May 26, 2023
@richardwerkman richardwerkman linked a pull request May 26, 2023 that will close this issue
3 tasks
@richardwerkman richardwerkman moved this from Todo to In Progress in Baseline Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants