testing-with-playwright
Installation
SKILL.md
Testing with Playwright
Modern E2E testing with Playwright for reliable, cross-browser test automation.
Installation
npm init playwright@latest
This creates:
playwright.config.ts- Configurationtests/- Test filestests-examples/- Example tests