Releases: sdrss/reportNG
Version 2.7.0
Version 2.6.5
FIX : total execution time for packages and groups
Version 2.6.4
2.6.4
CH : Compatible with testNG 7.5
FIX : Negative total time when configuration methods skipped
Version 2.6.3
FIX : Null pointer Exception in timer diff
FIX : file not found exception when using org.uncommons.reportng.JUnitXMLReporter listener
Version 2.6.2
CH : Compatible with testNG 7.4.0
Version 2.6.1
FIX : divide by zero
Version 2.6.0
NEW : New system property "org.uncommons.reportng.show-suite-configuration-methods" with possible values : true,false and the default is false.
This property enables the display of @before and @after Suite methods into test results html page.
NEW : New system property "org.uncommons.reportng.show-regression-column". Possible values are true,false and the default is false. This property shows or hides the 'Regression' column from test results html page.
NEW : Click to clipboard Test , Suite and Class name.
FIX : Configuration methods with no content produces js errors during collapse/expand
FIX : Regression bar is '0% & red' if there are no regression tests
Version 2.5.1
FIX : NPE when all tests are skipped
Version 2.5
CH : Skipped tests view
Version 2.4.9
FIX : Suite Graph is not displayed
CH : Collapse/Expand Skip tests into test class
CH : Print all possible annotations for testNG configuration and test methods