When Playwright outgrows your GitHub Actions runner
GitHub Actions is a great place to run Playwright tests. For small and medium suites, a standard hosted runner may be all you need.
But browser testing is a compute-heavy workload. As suites grow, teams can reach a point where adding more tests or more Playwright workers does not make CI faster. It can make it slower, less predictable, and sometimes more flaky.
The problem is not GitHub Actions or Playwright. It is the amount of compute available to the workload.
