Skip to content

6.0.0: Retry flaky tests by default

Latest
Compare
Choose a tag to compare
@ofalvai ofalvai released this 15 Nov 08:27
2d52e4b

The default value of test_repetition_mode is now retry_on_failure. This means that failed tests are retried at most maximum_test_repetitions times (default: 3) before considering the test as failed.

What's Changed

Full Changelog: 5.1.1...6.0.0