Releases: anotherchrisberry/spock-retry
Releases · anotherchrisberry/spock-retry
0.6.5
0.6.4
- Bump Spock version to 1.1
0.6.3
0.6.2
- Ignore JUnit's AssumptionViolatedException
0.6.1
- Fix issue where exceptions in
setup
calls would mark test as successful if retry count was set to default
setup-cleanup-beforeRetryAfterFailure
- 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
Including sources in maven artifacts to allow publishing to jCenter
setup-cleanup-systemprops
- declare default retry count via
spock-retry.times
system property - failures are caught and re-run in setup/cleanup methods
spock-1
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).