Be S.M.A.R.T. About Flaky Tests
Briefly

A test you cannot trust is a useless test. If I had to pick a single reason that undermines developers' trust in their tests that would be flakiness.
The S.M.A.R.T. framework is an abbreviation that describes the sequence of steps you take to resolve a flaky test, providing a plan of action whenever a test fails on CI.
The very first thing you do when encountered a flaky test is you skip it. Even a single flaky test brings the reliability of your entire test suite to zero.
Read at Epic Web Dev
[
]
[
|
]