2

I need to set the system property max.retries in thucydides. I need to rerun the failed test again in thucydides so that can be done by using max.retries. Can any one please guide me in this regard

Das Prakash
  • 426
  • 1
  • 7
  • 16

1 Answers1

0

Did you try setting it this way ?

    System.setProperty("max.retries", 3);
DRVaya
  • 443
  • 4
  • 13
  • 1
    Hi Dharma, I tried but its not working. I am working on this for last 2 days. I came to know that only executing from maven we can rerun the failed test cases in thucydides. – Das Prakash Mar 12 '15 at 15:52