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
Acceptance tests are retried 1 time if it fails for the first time. If a test passes on a retry, the CI will go green silently. If not examined properly, these passes ( with a retry ) will go unnoticed.
We should be able to report (to GitHub or rocket chat 🤔 ) if tests pass on a retry so that they can be investigated at the same time when they arise, but not when they explode.
Motivation
catching/reporting flaky tests
The text was updated successfully, but these errors were encountered:
Description
Acceptance tests are retried 1 time if it fails for the first time. If a test passes on a retry, the CI will go green silently. If not examined properly, these passes ( with a retry ) will go unnoticed.
We should be able to report (to
GitHub
orrocket chat
🤔 ) if tests pass on a retry so that they can be investigated at the same time when they arise, but not when they explode.Motivation
The text was updated successfully, but these errors were encountered: