test-retry-gradle-plugin

Gradle plugin to retry tests that have failed to mitigate test flakiness.

APACHE-2.0 License

Stars
225
Committers
34

Bot releases are hidden (Show)

test-retry-gradle-plugin - v1.6.0 Latest Release

Published by pshevche about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.10...v1.6.0

test-retry-gradle-plugin - v1.5.10

Published by pshevche 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.9...v1.5.10

test-retry-gradle-plugin - v1.5.9

Published by pshevche 6 months ago

What's Changed

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.8...v1.5.9

test-retry-gradle-plugin - v1.5.8

Published by skuzzle 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.7...v1.5.8

test-retry-gradle-plugin - v1.5.7

Published by pshevche 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.6...v1.5.7

test-retry-gradle-plugin - v1.5.6

Published by marcphilipp about 1 year ago

What's Changed

  • [FIX] PGP key to sign the artifacts is rotated

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.5...v1.5.6

test-retry-gradle-plugin - v1.5.5

Published by marcphilipp about 1 year ago

What's Changed

  • [FIX] PGP key to sign the artifacts is rotated

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.4...v1.5.5

test-retry-gradle-plugin - v1.5.4

Published by marcphilipp about 1 year ago

What's Changed

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.3...v1.5.4

test-retry-gradle-plugin - v1.5.3

Published by snoopcheri over 1 year ago

What's Changed

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.2...v1.5.3

test-retry-gradle-plugin - v1.5.2

Published by pshevche over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.5.1...v1.5.2

test-retry-gradle-plugin - v1.5.1

Published by marcphilipp over 1 year ago

test-retry-gradle-plugin - v1.5.0

Published by snoopcheri almost 2 years ago

What's Changed

  • Add support for retry on class level via classRetry property

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.4.1...v1.5.0

test-retry-gradle-plugin - v1.4.1

Published by marcphilipp about 2 years ago

What's Changed

  • Retry on TestNG BeforeMethod/AfterMethod failure
  • Log warning instead of failing if test framework is unsupported

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.4.0...v1.4.1

test-retry-gradle-plugin - v1.4.0

Published by sorin-florea over 2 years ago

What's Changed

  • Run sample against latest released version of Gradle
  • Update to latest dependencies
  • Add support for Gradle 7.6

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.3.2...v1.4.0

test-retry-gradle-plugin - v1.3.2

Published by ldaley over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradle/test-retry-gradle-plugin/compare/v1.3.1...v1.3.2

test-retry-gradle-plugin - v1.3.0

Published by paplorinc over 3 years ago

Fixes in this version:

  • Validate compatibility against latest testing frameworks
  • Subsequent applications of the plugin from different classloaders are detected
  • Plugin usage with Test Distribution is Configuration Cache compatible
test-retry-gradle-plugin - v1.3.1

Published by paplorinc over 3 years ago

Fixes in this version:

  • Compatibility with Java 18
test-retry-gradle-plugin - v1.2.1

Published by jonnybbb over 3 years ago

Fixes in this version:

  • Compatibility with Java 16
test-retry-gradle-plugin - v1.2.0

Published by jonnybbb almost 4 years ago

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
test-retry-gradle-plugin - v1.1.9

Published by jonnybbb about 4 years ago

  • 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
Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects