Skip to content

Releases: gradle/test-retry-gradle-plugin

v1.4.1

31 Aug 13:23
ccfa65f
Compare
Choose a tag to compare

What's Changed

  • Retry on TestNG BeforeMethod/AfterMethod failure
  • Log warning instead of failing if test framework is unsupported

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 May 15:49
c3da360
Compare
Choose a tag to compare

What's Changed

  • Run sample against latest released version of Gradle
  • Update to latest dependencies
  • Add support for Gradle 7.6

Full Changelog: v1.3.2...v1.4.0

v1.3.2

15 Apr 05:04
95d7596
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Jun 15:07
db82def
Compare
Choose a tag to compare

Fixes in this version:

  • Compatibility with Java 18

v1.3.0

30 Jun 07:56
de2a17f
Compare
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
Compare
Choose a tag to compare

Fixes in this version:

  • Compatibility with Java 16

v1.2.0

25 Nov 16:08
4746bee
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixes issues with TestNG

v1.1.7

04 Aug 12:17
ddd5db1
Compare
Choose a tag to compare
  • Compatibility with Gradle 6.6