Skip to content

Releases: anotherchrisberry/spock-retry

0.6.5

22 Nov 06:56
1c3156c
Compare
Choose a tag to compare
  • Support whitelist/blacklist of exception classes for retries

0.6.4

18 May 04:59
d52c8fa
Compare
Choose a tag to compare
  • Bump Spock version to 1.1

0.6.3

21 Feb 03:11
5d5f768
Compare
Choose a tag to compare

No actual changes from 0.6.2, except the version published on jcenter did not include the fix for #23 - this is just a republish of that version.

0.6.2

20 Sep 06:03
Compare
Choose a tag to compare
  • Ignore JUnit's AssumptionViolatedException

0.6.1

02 Feb 16:27
Compare
Choose a tag to compare
  • Fix issue where exceptions in setup calls would mark test as successful if retry count was set to default

setup-cleanup-beforeRetryAfterFailure

18 Feb 16:21
Compare
Choose a tag to compare
  • Call all setup/cleanup methods in class hierarchy
  • Added beforeRetryAfterFailure method, which will be called if present before re-running any failed test

Gradle build tweaks

16 Jan 18:07
Compare
Choose a tag to compare

Including sources in maven artifacts to allow publishing to jCenter

setup-cleanup-systemprops

08 Sep 15:05
Compare
Choose a tag to compare
  • declare default retry count via spock-retry.times system property
  • failures are caught and re-run in setup/cleanup methods

spock-1

15 Apr 00:15
Compare
Choose a tag to compare

Updated to work with Spock 1.0, which has a slightly different class structure.

If you are still using Spock 0.7, check out the code before this release (i.e. the initial commit).