marcingrzejszczak / gradle-test-profiler

created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed.
Apache License 2.0
25 stars 11 forks source link

Add execution time info to test output #18

Closed marcingrzejszczak closed 9 years ago

achudzik commented 9 years ago

@marcingrzejszczak You want to do it only with --debug enabled? Is adding some additional param (specific to gradle-test-profiler) also acceptable?

marcingrzejszczak commented 9 years ago

Maybe adding it on -PtestProfiling property would be ok?

marcingrzejszczak commented 9 years ago

Done here - https://github.com/marcingrzejszczak/gradle-test-profiler/blob/master/src/main/groovy/com/blogspot/toomuchcoding/testprofiler/TestExecutionResultSavingTestListener.groovy#L33