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.
Specifically, I want the commandRunner.command to be something other than npm test, and i don't want to have to have a config file in projects.
Describe the solution you'd like npx @stryker-mutator/core run --commandRunner.command='npm run tests-only'
Describe alternatives you've considered
I suppose it could be a different command name, but I'd expect every single config option, without exception, to be settable via the command line.
Additional context
nope
The text was updated successfully, but these errors were encountered:
This sounds great to me. Until now, I've arbitrarily created command-line options whenever I saw a use case for them or felt the need for them. Do you want to add this in a PR?
Is your feature request related to a problem? Please describe.
Specifically, I want the commandRunner.command to be something other than
npm test
, and i don't want to have to have a config file in projects.Describe the solution you'd like
npx @stryker-mutator/core run --commandRunner.command='npm run tests-only'
Describe alternatives you've considered
I suppose it could be a different command name, but I'd expect every single config option, without exception, to be settable via the command line.
Additional context
nope
The text was updated successfully, but these errors were encountered: