Open ldeck opened 4 years ago
Surefire and Failsafe provide an option for re-running failed tests.
Is there any such option provided by the scalatest plugin?
@Ideck Sorry for really late reply, I think it should be achievable with memoryFiles configuration (to save failed tests) and -DtestsFiles= to rerun only saved failed tests.
Surefire and Failsafe provide an option for re-running failed tests.
Is there any such option provided by the scalatest plugin?