Releases: gradle/test-retry-gradle-plugin
Releases · gradle/test-retry-gradle-plugin
v1.3.0
30 Jun 07:56
Compare
Sorry, something went wrong.
No results found
Fixes in this version:
Validate compatibility against latest testing frameworks
Subsequent applications of the plugin from different classloaders are detected
Plugin usage with Test Distribution is Configuration Cache compatible
v1.2.1
22 Mar 09:27
Compare
Sorry, something went wrong.
No results found
Fixes in this version:
Compatibility with Java 16
v1.2.0
25 Nov 16:08
Compare
Sorry, something went wrong.
No results found
Fixes in this version:
Failures in TestNG lifecycle methods cannot be retried
Test retry plugin is not compatible with configuration caching in Gradle 6.6
Errors/Exceptions from classMethods are handled quietly and marked as FAILED instead of FLAKY
Non annotated tests are mistakenly executed during retry runs
v1.1.9
18 Aug 11:09
Compare
Sorry, something went wrong.
No results found
TestNG: fix issue where parameters without toString() could not be retried
ensure a build fails when one test failed and never passed
upgrade ASM to support Java 14 bytecode
v1.1.8
05 Aug 20:55
Compare
Sorry, something went wrong.
No results found
v1.1.7
04 Aug 12:17
Compare
Sorry, something went wrong.
No results found
Compatibility with Gradle 6.6
v1.1.6
02 Jun 23:20
Compare
Sorry, something went wrong.
No results found
Improved support for using the JUnit Vintage engine
v1.1.5
15 Apr 08:15
Compare
Sorry, something went wrong.
No results found
v1.1.4
07 Apr 13:22
Compare
Sorry, something went wrong.
No results found
Integration with the upcoming test-distribution plugin
v1.1.3
25 Feb 12:22
Compare
Sorry, something went wrong.
No results found
Handle no retry and only successful tests case.