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';