Skip to main content

2 posts tagged with "CI/CD"

Continuous integration and delivery with Playrunner

View All Tags

When Playwright outgrows your GitHub Actions runner

· 7 min read
Playrunner
Playrunner contributors

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.

Use Playrunner as a CI/CD quality gate

· 4 min read
Playrunner
Playrunner contributors

End-to-end tests are most useful when they run at the point where a team decides whether to ship. The Playrunner CLI lets a CI/CD job start a saved workflow, stream its progress, and fail the job when the workflow does not complete successfully.

That turns a Playrunner workflow into a quality gate without rebuilding the workflow as a long collection of pipeline-specific steps.