scalatest / scalatest-maven-plugin

ScalaTest Maven Plugin
Apache License 2.0
34 stars 61 forks source link

How to run or re-run failed tests #75

Open ldeck opened 4 years ago

ldeck commented 4 years ago

Surefire and Failsafe provide an option for re-running failed tests.

Is there any such option provided by the scalatest plugin?

cheeseng commented 2 years ago

@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.