testing-ui
Installation
SKILL.md
UI Testing
Browser-based UI testing with Playwright, Puppeteer, Cypress, and accessibility tools.
Install Playwright
# Install Playwright and browsers
npm init playwright@latest
npx playwright install --with-deps
# Install specific browser only
npx playwright install chromium