Skip to content

Releases: gradle/test-retry-gradle-plugin

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).

v1.0.2

30 Jan 21:10
cc39946
Compare
Choose a tag to compare
  • Retry test methods with reserved regex characters in their names
  • Improved Spock parameter detection

1.0.1

16 Jan 22:57
3c1b332
Compare
Choose a tag to compare

Now correctly reports retries of Spock @Retry-annotated tests that fail.