Skip to main content
Skills Hub

Best Playwright TypeScript Skills 2026

Playwright with TypeScript is the dominant E2E stack in 2026 — auto-waiting locators, fixtures, BrowserContext isolation, native parallel execution. These skills teach AI agents the canonical patterns: getByRole, getByTestId, Page Object Model, APIRequestContext, multi-tab + multi-origin flows.

Install in 5 seconds:

# Install Playwright TypeScript skills
npx @qaskills/cli add playwright-e2e
npx @qaskills/cli add playwright-api

# Or grab the full Playwright pack
npx @qaskills/cli add-pack playwright-pro

Auto-waiting

Skills teach native auto-wait — no manual page.waitForSelector clutter.

POM + fixtures

Production-grade Page Object Model + Playwright fixtures patterns.

CI ready

GitHub Actions, parallel sharding, retries, trace.zip artifacts included.

Top 24 Skills

Ranked by install count. All quality-scored 0-100.

Playwright E2E Testing

HOT

by thetestingacademy

92

Comprehensive Playwright end-to-end testing patterns with Page Object Model, fixtures, and best practices

e2e
visual
playwright
54492/100
Featured

Playwright CLI Browser Automation

HOT

by Pramod

93

Command-line browser automation with Playwright CLI for navigation, snapshots, uploads, downloads, tracing, and QA workflows.

e2e
visual
accessibility
playwright
11893/100
Featured

Vibe Check - Browser Automation

by vibiumdev

95

AI-native browser automation — 81 CLI commands for navigating pages, filling forms, clicking elements, taking screenshots, and managing tabs. 2.6k+ GitHub stars.

e2e
visual
accessibility
playwright
11595/100
Featured

Playwright API Testing

by thetestingacademy

88

API testing with Playwright APIRequestContext for REST and GraphQL endpoints

api
playwright
10488/100

QA Skill for Claude Code

by qaskills

85

The complete QA skill for Claude Code — turn Claude into an expert QA engineer that picks the right test type, writes reliable Playwright, Cypress, and pytest tests, eliminates flaky tests, enforces coverage, and wires up CI. Claude Code QA testing done right.

e2e
unit
integration
playwright
cypress
7885/100

Agent Browser

by vercel-labs

95

Browser automation tool by Vercel Labs enabling programmatic web interaction. Navigate URLs, capture interactive elements with refs, fill forms, take screenshots, generate PDFs, and run parallel sessions.

e2e
visual
accessibility
playwright
6495/100
Featured

Lighthouse Performance

by thetestingacademy

89

Automated performance, accessibility, and SEO auditing with Google Lighthouse

performance
accessibility
playwright
5689/100
Featured

Visual Regression Testing

by thetestingacademy

86

Visual regression testing with Playwright screenshots and diff comparison

visual
e2e
playwright
4586/100

Puppeteer Automation

by thetestingacademy

88

Headless Chrome automation with Puppeteer for web scraping, PDF generation, and E2E testing

e2e
browser-automation
playwright
4488/100
Featured

Accessibility Auditor

by Pramod

90

Comprehensive WCAG 2.1 AA compliance testing combining automated axe-core scans with manual keyboard navigation, screen reader compatibility, and focus management verification

accessibility
e2e
playwright
axe-core
4090/100
Featured

API Security Testing

by thetestingacademy

81

Comprehensive API security testing based on OWASP API Security Top 10 including broken authentication, injection attacks, rate limiting, BOLA/BFLA vulnerabilities, and automated security scanning with ZAP and custom scripts.

security
api
integration
playwright
vitest
2981/100

Flaky Test Doctor

by thetestingacademy

87

Diagnose flaky test failures from Playwright reports, traces, and rerun history. Classify each failure as product, test, environment, data, or unknown with cited evidence and a proposed fix. Never auto-modifies code without opt-in.

e2e
integration
playwright
jest
2887/100

Auth Bypass Tester

by Pramod

91

Comprehensive authentication and authorization bypass testing including session hijacking, privilege escalation, JWT manipulation, and access control verification

security
playwright
2791/100
Featured

Flaky Test Quarantine

by Pramod

88

Detect, quarantine, and systematically fix flaky tests with automated retry analysis, root cause categorization, and CI pipeline integration for test reliability

code-quality
e2e
playwright
jest
2788/100
Featured

Production Smoke Suite

by Pramod

89

Design and maintain lightweight production smoke test suites that verify critical user journeys, API health, and infrastructure availability after deployments

e2e
playwright
2789/100
Featured

API Test Suite Generator

by Pramod

89

Automatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge cases

api
contract
playwright
postman
2789/100
Featured

Advanced Playwright E2E Framework

HOT

by thetestingacademy

83

Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, data generators, multi-browser support, Docker, CI/CD pipelines, and custom HTML reporting.

e2e
api
visual
playwright
2583/100

Playwright Network Testing

by qaskills

87

Network-level testing with Playwright including request interception, response mocking, network throttling, and HAR recording/replay.

e2e
integration
playwright
2487/100

QA Agent for Claude Code

by qaskills

86

Turn Claude Code into an autonomous QA agent — an explore, generate, run, heal, report loop that maps the app, writes tests for real user journeys, executes them, self-heals broken locators, and reports coverage. Build a QA agent skill for Claude Code.

e2e
integration
automation
playwright
2186/100

Playwright Agents

by thetestingacademy

86

Testing patterns for Playwright AI-powered agents including the Planner, Generator, and Healer architecture for self-healing test automation, intelligent test generation, and adaptive test execution strategies.

e2e
integration
visual
playwright
2186/100

Test Data Factory

by Pramod

87

Build reusable test data factories with builder patterns, realistic fake data generation, relationship handling, and database seeding for consistent test environments

unit
integration
e2e
jest
vitest
2087/100

Playwright test.step & Reporting

by thetestingacademy

83

Teaches the agent to structure tests with test.step, attach evidence and annotations via test.info, use soft assertions, and produce readable, debuggable Playwright HTML reports.

e2e
integration
playwright
1983/100

API Gateway Testing

by thetestingacademy

82

API gateway testing skill covering rate limiting validation, request routing, authentication proxy testing, load balancing verification, circuit breaker testing, and gateway configuration validation for Kong, Envoy, and AWS API Gateway.

integration
api
performance
playwright
jest
1982/100

Screenshot Testing in CI

by qaskills

87

Integrating screenshot-based visual testing into CI pipelines with baseline management, review workflows, and cross-platform rendering comparison.

visual
playwright
cypress
1887/100

Frequently Asked Questions

What makes Playwright + TypeScript a top choice in 2026?

TypeScript-first API, auto-waiting locators, BrowserContext isolation for parallel, built-in trace viewer + UI mode, and free parallel execution without paid cloud.

Do I need separate skills for component vs E2E?

No — playwright-e2e covers both browser E2E and component testing patterns. Both use @playwright/test and @playwright/experimental-ct-react / -vue / -svelte.

How do skills handle authentication?

Skills teach the storageState pattern — log in once, save cookies + localStorage, reuse across tests for sub-second per-test setup.

Parallel execution patterns?

Skills configure workers + projects + sharding. Default 1 worker per test, parallel across files. Sharding splits files across CI machines.

What about multi-tab + multi-origin flows?

Native — Playwright supports both. Skills teach context.newPage() + page.context() for tab management and direct multi-origin navigation.

Skills compatible with which agents?

Claude Code, Cursor, Copilot, Windsurf, Cline, Codex CLI, Aider, Continue, Zed, Bolt, Lovable, v0, Gemini CLI, Amp.

Ready to ship better tests?

Install your first skill in 5 seconds. Browse all 500+ skills or jump straight into the recommended starter.