playwright-ci

Automates CI/CD configurations for Playwright test suites across major platforms.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill playwright-ci-zebbern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-ci
Source: https://github.com/zebbern/termstack/tree/main/.github/skills/playwright/ci
Command: npx skills add https://github.com/zebbern/termstack --skill playwright-ci-zebbern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and standardizes CI workflows for Playwright test suites across major CI providers, reducing setup time and ensuring consistent results.

Core Features & Use Cases

  • Production-ready pipelines for GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, and containerized environments.
  • Supports parallelism, test sharding across runners, and blob report merging for consolidated results.
  • Comprehensive guidance on reporting, artifacts, and global setup/teardown to ensure repeatable environments.

Quick Start

Copy the CI patterns from this Skill and adapt them to your repository to orchestrate Playwright tests across your chosen CI providers.

Frequently Asked Questions about playwright-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Playwright tests in GitHub Actions with parallel sharding?

Playwright CI configurations apply test sharding across GitHub Actions runners to parallelize execution. You copy the CI patterns from this Skill and adapt them to your repository to orchestrate parallel tests and consolidate blob reports.

Does this support GitLab CI and Azure DevOps for Playwright workflows?

Yes, the CI configurations support production-ready Playwright workflows across GitLab CI, Azure DevOps, CircleCI, and Jenkins. You can apply these patterns to standardize test execution and artifact management across multiple providers.

How do I merge Playwright blob reports from multiple sharded test runs?

Playwright blob report merging consolidates results from parallel sharded test runs across different runners. The CI patterns handle merging these artifacts to provide a single unified report for your test suite.

Can I run Playwright tests in containerized environments using these CI patterns?

Yes, the CI patterns support containerized runs for Playwright test suites. You can apply these configurations to execute tests in isolated containers, ensuring repeatable environments across your chosen CI providers.

What's the best way to handle global setup and teardown in Playwright CI workflows?

The CI patterns provide comprehensive guidance on global setup and teardown workflows for Playwright. You use these patterns to ensure repeatable test environments and manage artifacts consistently across major CI platforms.