Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Maven Surefire Report Plugin
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Current report could be improved by displaying functional information of test cases.
For exemple:
TestX : tests functionality X
One way should be to document test case functionality in javadoc and add an hyperlink in surefire report to javadoc.
If feature agreed, I could propose some code.
francois.loison@wanadoo.fr
We're limited to the information available in the JUnit XML output for information like this. Fortunately, the surefire-report plugin knows how to integrate with JXR for test failures, so you can click through to see the source code of offending test failures; that should be enough information to analyze the test results.