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

Disable logging of test cases

Open douira opened this issue 2 years ago • 2 comments

Description

Usually, with the regular test logger in Gradle, it prints the standard outputs to the console but not the parameterized test cases. Is there an option in this plugin that can replicate this behavior? I would like to disable the logging of test cases since they are very long in my case and spam the console.

douira avatar Jul 26 '22 19:07 douira

I have updated the issue since even disabling standard output doesn't disable printing test cases.

douira avatar Jul 26 '22 19:07 douira

Could you please refine the issue with an example?

Which configuration do you have activated? See https://github.com/radarsh/gradle-test-logger-plugin#configuration for a list of all configuration options.

koppor avatar Jan 03 '23 22:01 koppor