Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Backlog
-
Component/s: Maven Surefire Report Plugin
-
Labels:None
-
Environment:Java5, WinXp
-
Patch Submitted:Yes
-
Number of attachments :
Description
I've patch class org.apache.maven.plugins.surefire.report.SurefireReportGenerator so the total- and the package-summary will be decorated. Used css classifiers in span html elements are:
- error
- failure
- skipped
- success
You're now able to define these css classifiers in your css file, i.e site.css (no must). For an example see the appended screenshot.
The appended patch contains the patch parts of MSUREFIREREP-30 and MSUREFIREREP-31 too.
Cheers,
Martin
I like this patch, but it's gotten a bit too old to apply. Also, it shouldn't include that other stuff like lower-casing anchor names (no longer required, doxia bug fixed). If someone finds time to reformat this patch for trunk, I'll probably apply it; I don't have time to do so now.