radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
848 stars 38 forks source link

Add support for reducing the amount of information #340

Open ansman opened 2 months ago

ansman commented 2 months ago

Description

We use the parallel themes since we allow parallel test runs, this leads to the log statements being very long due to Develocity (Gradle Enterprise):

Test Run :path:to:some:module:testUnitTest > Partition 1 in session 1 on localhost-executor-1 > SomeTestClass > [parameter = false] ✔ the test method name[parameter = false]

We don't really care about the module/task path nor the partition, session or executor. So I'd love to be able to get this down to:

SomeTestClass > [parameter = false] ✔ the test method name[parameter = false]