Repeat on failure #53
Labels
codeChangeRequired
During recheck issues for this popped up and needs to be addressed
docsReadyForMerge
Documentation was created for this issue in a separate branch which is ready to merge to develop
feature
Medium Priority
Milestone
Add an annotation on test case and test function level that leads to another execution if the test case fails. If the test runs successful no further execution is required.
An optional parameter should be the number of retries (default 1).
Add documentation and test cases for this feature.
Possible hint for implementation with jUnit: https://stackoverflow.com/questions/8295100/how-to-re-run-failed-junit-tests-immediately.
The text was updated successfully, but these errors were encountered: