gradle-test-logger-plugin icon indicating copy to clipboard operation
gradle-test-logger-plugin copied to clipboard

Hide test platform tag

Open ObserverOfTime opened this issue 2 years ago • 0 comments

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

ObserverOfTime avatar Jul 18 '23 17:07 ObserverOfTime