原佩琦
原佩琦
## Overview Add the field stopAfterFailure in @RepeatedTest to allow @RepeatedTest to stop after a certain number of failures (issue https://github.com/junit-team/junit5/issues/2925), but the implementation is to skip the remaining tests...
## Overview Add the field stopFirstFail in @RepeatedTest to **allow @RepeatedTest to stop upon failure (issue #2119)**, but the implementation is to skip the remaining tests after meeting a fail,...
This idea is similar to [issue #2119](https://github.com/junit-team/junit5/issues/2119) I think the function mentioned in [issue #2119](https://github.com/junit-team/junit5/issues/2119) could be extended to allow users to define tolerable number of failures, by introduce something...