szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
211 stars 57 forks source link

Ability to override `verbose` from command line #341

Open Pfoerd opened 1 year ago

Pfoerd commented 1 year ago

When analyzing configuration failures of Pitest it's often necessary to temporarily turn on verbose output. Changing the configuration in gradle files is possible but obviously has some drawbacks.

This change adds the ability to turn on verbose output from the command line via an optional parameter:

./gradlew pitest --verbose

Fixes #349

Pfoerd commented 12 months ago

@szpak what do you think about this addition?