Skip to content

1.5.0

Compare
Choose a tag to compare
@anmarchenko anmarchenko released this 18 Sep 07:44
· 79 commits to main since this release
671ff6c

Highlights

This release adds early flake detection support to Ruby library. This feature identifies new tests
added to your project and automatically retries them up to 10 times to find possible flaky tests before they land on default branch.

Added

  • Retry new tests - parse remote configuration and fetch unique known tests (#227)
  • early flake detection support for rspec and minitest (#229)
  • Early flake detection support for Cucumber (#231)

Fixed

  • Minor telemetry fixes (#226)

Read the full changeset and the release milestone.