retry
- Type:
number - Default:
0 - CLI:
--retry <times>
Retry the test specific number of times if it fails. This is useful for some flaky or non-deterministic test failures.
A single test can override this with TestOptions.retry, including { retry: 0 } to disable retries for one test even when this config is set.
Example
You can get two retries by setting retry:2 when the test fails:
When the test has retried, you may get the following logs:
- success:
- or failure: