-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
When clicked on JUnit results (build/single test) for build #XYZ Hudson reports
PASS/FAILED/IGNORED info only for "this time" = "this build". I am missing
informations about future and past for result of a tests.
- When they firstly failed from last build where they with pass (+ link to that
build) = history for test - When they firstly pass from this build (+ link to that build) = future for
that test
Example:
Lets have test1 and test2.
Lets have builds:
#8 both failed
#9 test1 passed
#10 test1 failed
#11 test1 failed, test2 failed
#12 build aborted - compilation failure, no test runned
#13 test1 passed, test2 failed;
#14 test1 passed.
jUnit results for builds
#14
- test1 pass
- test2 pass
#13
- test1 pass
- test2 failed (first failed in #11)
#12
no results
#11
- test1 failed (already fixed in #13, first failed in #10)
- test2 failed (first failed in this build)
and so on...
Inspiration from Teamcity, this feature is only reason in our company for
running both Hudson (free, flexible, open source, more plugins (btw: thanks for
Selenium and Swarm), no limits like TC) and Teamcity (better reports, QA canĀ“t
work without it - find where some test first failed in line of builds in Hudson
is hardcore work (if this info even exists because of "discard old builds function")
more at known URL
http://www.jetbrains.com/teamcity/features/code_quality.html#Test_Count
- depends on
-
JENKINS-4198 partial cleanup of historical build artifacts
- Closed