Open
Description
This is a hypothesis that I didn't test yet.
But I think if --minimum-expected-tests
is used with Retry, it could be problematic.
Let's say a test project has 10 tests, and --minimum-expected-tests 5
is passed. If one test failed in the initial run, the subsequent run will run only the one failed test, causing --minimum-expected-tests
to potentially fail the run?
We need to revise this scenario and try to support it.
At least if it already works, we will need a test to cover it.