playwright

Installation
SKILL.md

Playwright

Setup

npm init playwright@latest          # scaffolds project with config, sample test, browsers
npx playwright install              # install all browsers
npx playwright install chromium     # install single browser

Configuration

// playwright.config.ts
import { defineConfig, devices } from '@playwright/test';
Installs
4
GitHub Stars
3
First Seen
Apr 14, 2026
playwright — 1mangesh1/dev-skills-collection