Playwright Web Testing & Automation Comprehensive web testing skill using Playwright. Write custom JavaScript code for any testing or automation task. Prerequisites - Node.js : required — install from https://nodejs.org - playwright npm package: (installs headless Chromium automatically) Decision Tree: Choosing Your Approach CRITICAL WORKFLOW 1. CheckTesting if server is running - Detect running dev servers OR start servers if needed 2. Write scripts to /tmp - NEVER write test files to skill directory; always use 3. Use visible browser by default - Always use unless user specifically requests…