概要
The Web Application Testing skill provides a comprehensive toolkit for interacting with local web projects through Python-based Playwright scripts. It excels at managing the complex lifecycle of local development servers, supporting multi-server environments (e.g., frontend and backend) via a specialized helper script. By following a 'reconnaissance-then-action' pattern, it enables Claude to inspect the rendered DOM, capture screenshots, and debug UI states in real-time, making it an essential tool for end-to-end testing and frontend debugging of dynamic web applications.