I have a TestNG unit test that fails with an error. Is there a way to run one unit test several times using the surefire plugin? If not, are there any suggestions on the best way to handle this?
Once I found:
@Test(invocationCount = 100)