You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
```
The text was updated successfully, but these errors were encountered:
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):
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:
The text was updated successfully, but these errors were encountered: