(test-case-filter): command line option #2247
Closed
followynne
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Can you elaborate more about what's actuality dynamic about your test case filter? Is the used filter actually being calculated in the pipeline? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all!
I checked the documentation about the test-case-filter parameter and noticed that the CLI option isn't available.
I read the original PR and the CLI option was mentioned as removed. I think this option should be settable from the CLI, as tests filter can be applied dynamically in a CI/CD env.
(Ie: in our CI/CD env we wanted to combine stryker with parallel tests runs, that we do by using the
dotnet tests --filter
option)Is it fine if I create a small PR that adds the CLI option? Or is this parameter to be considered a static one?
Thanks! 😄
Beta Was this translation helpful? Give feedback.
All reactions