Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reducing the amount of information #340

Open
ansman opened this issue Sep 16, 2024 · 0 comments
Open

Add support for reducing the amount of information #340

ansman opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels

Comments

@ansman
Copy link

ansman commented Sep 16, 2024

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]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants