You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can pass the -Dsurefire.rerunFailingTestsCount= at test execution in order to repeat failed test cases. As several test case datasets are knew to fail sometimes the test developer wants to mark them as "to be repeated". I suggest an annotation:
@RepeatDataSetOnFail{}
The text was updated successfully, but these errors were encountered:
One can pass the -Dsurefire.rerunFailingTestsCount= at test execution in order to repeat failed test cases. As several test case datasets are knew to fail sometimes the test developer wants to mark them as "to be repeated". I suggest an annotation:
@RepeatDataSetOnFail{}
The text was updated successfully, but these errors were encountered: