You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
num-flaky-test-attempts maps directly to Firebase's config so Firebase is the one who controls that.
It's seems like a possible feature for Flank to coalesce all failed tests in a matrix and retry them. However, it might be less performant then Firebase retrying an entire shard if they use the same allocated emulator for the re-run.
How can we repeat the failed test cases only without repeating the whole shared
For example if we have
10
tests running on one device and we have1 failed test
,flank
running the10 tests
againThe text was updated successfully, but these errors were encountered: