5 ms·
That's very interesting feedback. We certainly don't have a way to force simulate failure. A related capability we are working on is to also rerun the identifi
by ankitdce 5y ago
That's very interesting feedback. We certainly don't have a way to force simulate failure.
A related capability we are working on is to also rerun the identified flaky tests X times so they pass. This depends on the capabilities of the test runner, so it will work with specific ones first (cypress, pytest, etc). That way you still make sure that flaky tests pass instead of supressing.
- ncmncm 5y agoIt should run the flaky tests N times, and report failure if any run fails. Hiding failures is not doing us a favor.