Skip to content

Releases: gradle/test-retry-gradle-plugin

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

v1.1.6

02 Jun 23:20
d5ea91e
Compare
Choose a tag to compare

Improved support for using the JUnit Vintage engine

v1.1.5

15 Apr 08:15
b78a442
Compare
Choose a tag to compare

v1.1.4

07 Apr 13:22
c7ae7df
Compare
Choose a tag to compare
  • Integration with the upcoming test-distribution plugin

v1.1.3

25 Feb 12:22
1d75e68
Compare
Choose a tag to compare
  • Handle no retry and only successful tests case.

v1.1.2

19 Feb 20:39
135780a
Compare
Choose a tag to compare

Release of 1.1.2

  • Enable parallel and configure on demand
  • Make plugin compatible with instant execution
  • Still produce test report when test is un-retryable (issue #27)
  • Relax parameter matching for JUnit and TestNG

v1.1.1

05 Feb 15:55
a55238e
Compare
Choose a tag to compare
  • Handle Spock names that also match a parameterized test name

v1.1.0

30 Jan 21:08
Compare
Choose a tag to compare
  • Retrying tests exhibiting flakiness in their lifecycle methods (all frameworks).
  • Retrying non-parameterized and parameterized inherited test methods from base classes defined anywhere in the classpath including in binary dependencies or other subprojects (all frameworks).