Hello everyone,
On behalf of the TestNG Dev team,I am pleased to announce the availability of TestNG 7.11.0 org.testng:testng:7.11.0
TestNG 7.11.0 is now available in Maven Central.
Special thanks to Julien Herr for helping out with all the code reviews.
In this release, we spent time squashing some bugs (Please see below for a full list of issues that were fixed).
- GITHUB-3180: TestNG testng-failed.xml ‘invocation-numbers’ values are not calculated correctly with retry and dataproviders
- GITHUB-3170: Specifying dataProvider and successPercentage causes test to always pass
- GITHUB-3028: Execution stalls when using “use-global-thread-pool”
- GITHUB-3122: Update JCommander to 1.83
- GITHUB-3135: assertEquals on arrays - Failure message is missing information about the array index when an array element is unexpectedly null or non-null
- GITHUB-3140: assertEqualsDeep on Sets - Deep comparison was using the wrong expected value
- GITHUB-3189: Incorrect number of ignored tests displayed in the XML results
- GITHUB-3196: support to exclude some tests in option of command line