radarsh / gradle-test-logger-plugin

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

Hide test platform tag #320

Open ObserverOfTime opened 1 year ago

ObserverOfTime commented 1 year ago

Description

Multiplatform tests include a platform tag in the output. It'd be nice if this could be hidden, at least when nested.

Additional information

Output with kotest:

# current
FooTest[jvm] > foo should[jvm] not be bar[jvm]
# improved
FooTest[jvm] > foo should not be bar