Playwright handles the annoying parts of E2E testing so you can focus on actual test logic. It auto-waits for elements to be ready, runs tests in parallel across Chromium, Firefox, and WebKit, and gives you proper debugging tools like trace viewer and UI mode. The skill covers role-based locators (which beat CSS selectors for stability), page object patterns, and network mocking. Worth noting that the config examples show CI-specific settings for retries and workers, which matters when you're running hundreds of tests. If you're still using Selenium or fighting flaky waits, this is the modern alternative that actually respects your time.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill playwright-e2e-testing