Releases: gradle/test-retry-gradle-plugin
Releases · gradle/test-retry-gradle-plugin
v1.5.1
v1.5.0
What's Changed
- Add support for retry on class level via
classRetry
property
New Contributors
- @leonard84 made their first contribution in #157
- @snoopcheri made their first contribution in #149
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Retry on TestNG BeforeMethod/AfterMethod failure
- Log warning instead of failing if test framework is unsupported
New Contributors
- @sorin-florea made their first contribution in #134
- @anaberezhnov made their first contribution in #138
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
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
- @oehme made their first contribution in #109
- @runningcode made their first contribution in #117
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
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