|
|
|
|
|
by justinpombrio
2008 days ago
|
|
Yes, definitely that. I've also seen entire piles of tests be flaky because: - They relied on something or other over the network, or
- They used Selenium to try to see whether the Dom was updated correctly, and either Selenium itself or the way the code interacted with it made _all_ the tests flaky to some degree. The general trend I've seen is that the more "e2e" a test is, the flakier it is. |
|