What problem does it solve?
This Skill provides a robust toolkit for interacting with and testing local web applications, streamlining the process of verifying frontend functionality and debugging UI behavior.
Core Features & Use Cases
- Automated Testing: Write and execute Playwright scripts to test web application features.
- Debugging: Capture screenshots and browser logs to diagnose UI issues.
- Server Management: Includes a helper script to manage the lifecycle of local development servers.
- Use Case: You've developed a new feature for your local web app and need to ensure it works correctly across different user interactions. Use this Skill to write a Playwright script that navigates the app, performs the user actions, and verifies the expected outcomes, capturing screenshots at each step.
Quick Start
Run python scripts/with_server.py --server "npm run dev" --port 5173 -- python your_automation.py to start your local server and run your Playwright automation script.