playwright

Installation
SKILL.md

Playwright

Cross-browser end-to-end testing framework with auto-wait and powerful debugging.

Quick Start

Install:

npm init playwright@latest

This creates:

  • playwright.config.ts - Configuration
  • tests/ - Test directory
  • tests-examples/ - Example tests

Run tests:

npx playwright test
Related skills
Installs
2
GitHub Stars
4
First Seen
Mar 29, 2026