Automates frontend testing and browser interactions for local web applications using Playwright scripts.
This skill provides a robust framework for testing and interacting with web applications directly within the development environment. It leverages Playwright to perform end-to-end testing, UI debugging, and visual verification. The toolkit includes specialized helper scripts to manage the lifecycle of local servers—including complex multi-server setups for full-stack applications—and implements a reconnaissance-then-action pattern to ensure reliable interaction with dynamic, JavaScript-heavy web pages.
主要功能
01Multi-server support for full-stack apps
02Visual debugging with browser screenshots
03End-to-end testing with Playwright
041 GitHub stars
05UI reconnaissance and DOM inspection
06Automated server lifecycle management
使用场景
01Capturing screenshots of specific application states
02Verifying frontend functionality after code changes
03Debugging complex UI interactions in dynamic webapps