playwright

Installation
SKILL.md

Playwright E2E Testing

Generate and run Playwright end-to-end tests for web applications.

Prerequisites

npx playwright --version

If not installed:

npm init playwright@latest
# or add to existing project:
npm install -D @playwright/test && npx playwright install

Workflow

Installs
65
GitHub Stars
9
First Seen
Apr 28, 2026
playwright — ariadoss/superskills