Closed binkley closed 2 months ago
Have you tried setting the verbosity
option to NO_SPINNER
(or VERBOSE_NO_SPINNER
)?
Possibly with a overridden property to only set it on CI.
Thanks @szpak, I didn't know about that.
Perhaps https://pitest.org/quickstart/maven/ could be updated to document the <verbosity> ... </verbosity>
configuration option?
I'll post an issue about this in https://github.com/hcoles/pitest.
I'd like to surface the "showSpinner" option in the Maven plugin so that I can disable it in my CI build environment (GitHub workflow). The ASCII spinner fills my CI build log with lines like:
How can I do this?