Agent skill · Testing & QA

playwright

Playwright E2E testing, page objects, fixtures, visual regression, accessibility testing, and CI integration patterns.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill playwright --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/web-development/skills/playwright/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Playwright Skill Expert assistance for building comprehensive E2E test suites with Playwright, including page objects, fixtures, visual regression, and CI/CD integration. ## Capabilities - Generate Playwright test project structure - Create page object models for maintainable tests - Implement custom fixtures and test utilities - Configure visual regression testing - Set up accessibility testing with axe-core - Integrate with CI/CD pipelines (GitHub Actions, etc.) - Generate API testing alongside UI tests ## Usage Invoke this skill when you need to: - Set up Playwright testing for a web application - Create page object patterns for test organization - Implement visual regression testing - Configure cross-browser testing - Set up CI/CD test automation ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | projectType | string | No | web, api, component (default: web) | | framework | string | No | react, nextjs, vue, angular | | browsers | array | No | chromium, firefox, webkit (default: all) | | features | array | No | visual, a11y, api, component | | ci | string | No | github, gitlab, jenkins | ### Test Configuration ```json { "pro

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Test Configuration
  5. Output Structure
  6. Generated Code Patterns
  7. Playwright Configuration
  8. Base Page Object
  9. Login Page Object
  10. Custom Fixtures
  11. Authentication Setup
  12. E2E Test Example
  13. Visual Regression Test
  14. Accessibility Test
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the playwright skill do?

Playwright E2E testing, page objects, fixtures, visual regression, accessibility testing, and CI integration patterns.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill playwright --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going