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
I would like to set a global retry value for all tests, so that vitest can retry each test multiple times. This will be helpful in CI in case of flaky tests.
Suggested solution
Add a global retry setting on vitest/config's defineConfig
Clear and concise description of the problem
I would like to set a global
retry
value for all tests, so thatvitest
can retry each test multiple times. This will be helpful in CI in case of flaky tests.Suggested solution
Add a global
retry
setting onvitest/config
'sdefineConfig
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: