flakyTestAttempts property

int? flakyTestAttempts
getter/setter pair

The number of times a TestExecution should be re-attempted if one or more of its test cases fail for any reason.

The maximum number of reruns allowed is 10. Default is 0, which implies no reruns.

Implementation

core.int? flakyTestAttempts;