Skip to content

Releases: gradle/test-retry-gradle-plugin

v1.3.0

30 Jun 07:56
de2a17f

Choose a tag to compare

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
cbc7a97

Choose a tag to compare

Fixes in this version:

  • Compatibility with Java 16

v1.2.0

25 Nov 16:08
4746bee

Choose a tag to compare

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
b76399d

Choose a tag to compare

  • 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
31f6fb5

Choose a tag to compare

  • Fixes issues with TestNG

v1.1.7

04 Aug 12:17
ddd5db1

Choose a tag to compare

  • Compatibility with Gradle 6.6

v1.1.6

02 Jun 23:20
d5ea91e

Choose a tag to compare

Improved support for using the JUnit Vintage engine

v1.1.5

15 Apr 08:15
b78a442

Choose a tag to compare

v1.1.4

07 Apr 13:22
c7ae7df

Choose a tag to compare

  • Integration with the upcoming test-distribution plugin

v1.1.3

25 Feb 12:22
1d75e68

Choose a tag to compare

  • Handle no retry and only successful tests case.