Skip to content

Releases: gradle/test-retry-gradle-plugin

v1.5.1

19 Jan 12:44
71f3a30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

30 Nov 13:10
3c77d13
Compare
Choose a tag to compare

What's Changed

  • Add support for retry on class level via classRetry property

New Contributors

Full Changelog: v1.4.1...v1.5.0

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

  • Fix URLs in readme by @paplorinc in #111
  • Retry on unnecessary Mockito stubbings by @oehme in #109
  • Use same failOnPassedAfterRetry on CI and local. by @runningcode in #117
  • Create codeql-analysis.yml by @JLLeitschuh in #119
  • Resolve classpath eagerly to be compatible with Gradle 7.4 by @ldaley in #131

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