Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run or re-run failed tests #75

Open
ldeck opened this issue Aug 5, 2020 · 1 comment
Open

How to run or re-run failed tests #75

ldeck opened this issue Aug 5, 2020 · 1 comment

Comments

@ldeck
Copy link

ldeck commented Aug 5, 2020

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

Is there any such option provided by the scalatest plugin?

@cheeseng
Copy link
Contributor

cheeseng commented Jul 2, 2022

@ideck Sorry for really late reply, I think it should be achievable with memoryFiles configuration (to save failed tests) and -DtestsFiles=<save_failed_tests_file> to rerun only saved failed tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants