Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
testdino-hq avatar

Playwright Ci

  • 166 installs
  • 343 repo stars
  • Updated July 2, 2026
  • testdino-hq/playwright-skill

Use playwright-ci for development tasks

About

playwright-ci: A skill for development. This provides functionality for development workflows.

  • playwright-ci

Playwright Ci by the numbers

  • 166 all-time installs (skills.sh)
  • +7 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #2,291 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/testdino-hq/playwright-skill --skill playwright-ci

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs166
repo stars343
Last updatedJuly 2, 2026
Repositorytestdino-hq/playwright-skill

What it does

Use playwright-ci for development tasks

Files

SKILL.mdMarkdownGitHub ↗

Playwright CI/CD

Ship reliable tests in every pipeline — CI-specific patterns for speed, stability, and actionable reports.

9 guides covering CI/CD setup, parallel execution, containerized runs, reporting, and infrastructure patterns for all major CI providers.

Golden Rules

1. `retries: 2` in CI only — surface flakiness in pipelines, not locally 2. `traces: 'on-first-retry'` — capture rich debugging artifacts without slowing every run 3. Shard across runners--shard=N/M splits tests evenly; scale horizontally, not vertically 4. Cache browser binaries~/.cache/ms-playwright keyed on Playwright version 5. Upload artifacts on failure — traces, screenshots, and HTML reports as CI artifacts 6. Use the official Docker imagemcr.microsoft.com/playwright:v* has all OS deps pre-installed 7. Global setup for auth — run login once in globalSetup, reuse storageState across workers 8. Fail fast, debug later — keep CI runs short; use trace viewer and HTML reports to investigate

Guide Index

CI Providers

ProviderGuide
GitHub Actionsci-github-actions.md
GitLab CIci-gitlab.md
CircleCI / Azure DevOps / Jenkinsci-other.md

Execution & Scaling

TopicGuide
Parallel execution & shardingparallel-and-sharding.md
Docker & containersdocker-and-containers.md
Multi-project configprojects-and-dependencies.md

Reporting & Setup

TopicGuide
Reports & artifactsreporting-and-artifacts.md
Code coveragetest-coverage.md
Global setup/teardownglobal-setup-teardown.md

Related skills

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.