Skip to content

Releases: sdrss/reportNG

Version 2.7.0

08 Dec 14:27
7d4d41e
Compare
Choose a tag to compare
  • Upgrade to JDK11
  • Upgrade testNG version to 7.6.1

Version 2.6.5

09 Mar 12:11
Compare
Choose a tag to compare

FIX : total execution time for packages and groups

Version 2.6.4

08 Mar 12:26
Compare
Choose a tag to compare

2.6.4

CH : Compatible with testNG 7.5
FIX : Negative total time when configuration methods skipped

Version 2.6.3

03 Aug 20:01
Compare
Choose a tag to compare

FIX : Null pointer Exception in timer diff
FIX : file not found exception when using org.uncommons.reportng.JUnitXMLReporter listener

Version 2.6.2

17 May 10:26
Compare
Choose a tag to compare

CH : Compatible with testNG 7.4.0

Version 2.6.1

23 Oct 07:52
Compare
Choose a tag to compare

FIX : divide by zero

Version 2.6.0

07 Oct 12:37
Compare
Choose a tag to compare

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

06 Aug 16:10
Compare
Choose a tag to compare

FIX : NPE when all tests are skipped

Version 2.5

30 Jul 10:51
Compare
Choose a tag to compare

CH : Skipped tests view

Version 2.4.9

10 Jul 07:55
Compare
Choose a tag to compare

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