4
votes
2
answers
53
views
How do I stop my Playwright tests being flaky in CI but not locally?
My suite passes every time on my laptop, but roughly one run in four fails in GitHub Actions — always on a different test, usually a timeout waiting for a button. I have already tried bumping the global timeout to 60s, w…