timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-6867] Overall unit test time report. #799

Open timja opened 14 years ago

timja commented 14 years ago

Very often when working on a legacy multi module maven project you have several hot spot unit tests.

It would be nice if Hudson could show you all unit tests that ran so you could see (ordered by time) where to spend 20% of your dev effort for 20% gain.

Whilst the information is available in Hudson you need to drill down into several levels (module -> package -> Test Suite -> Test) and there is no way to just easily see what the slowest test cases are for the whole project.


Originally reported by teilo, imported from: Overall unit test time report.
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 13 years ago

kutzi:

Good idea.
I wonder if something like this is already included in one of the various view-extending plugins like Dashboard View plugin?

Otherwise would maybe to make sense to extend one of these plugins?

(changing component to core as it applies to any job with tests)

timja commented 10 years ago

danielbeck:

Is this still issue still relevant in current Jenkins?

timja commented 10 years ago

kutzi:

This is still relevant.
You can see the total test time for a package/class, but you cannot have a job-global view on the slowest individual test cases