Answers for "How to rerun the failed tests again in Jenkins?"

0

How to rerun the failed tests again in Jenkins?

● In Jenkins there are plugin that re run the failed tests Unit cases.
● So you can configure your Maven build execution on Jenkins using the option:
● Dsurefire.rerunFailingTestsCount=2
Posted by: Guest on June-16-2021

Code answers related to "How to rerun the failed tests again in Jenkins?"

Browse Popular Code Answers by Language