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
Since Gradle 4.6 you can add custom command-line flags for tasks using the @option annotation.
It would be nice if the PitestTask had such an option like --tests for the Test task, to easily select the tests to run to not have to always run all tests when you are working on something specific.
The text was updated successfully, but these errors were encountered:
Well, I called it --tests to have it consistent with the default Gradle Test task, but --targetTests will probably also do, as long as it works as intended. :-)
Hm, while thinking about it, for my use-case it would actually be more helpful to be able to (also) set targetClasses, can you do the same for that one please? :-)
Since Gradle 4.6 you can add custom command-line flags for tasks using the @option annotation.
It would be nice if the PitestTask had such an option like
--tests
for theTest
task, to easily select the tests to run to not have to always run all tests when you are working on something specific.The text was updated successfully, but these errors were encountered: