What problem does it solve?
This Skill streamlines the testing of local web applications by providing a robust toolkit for interacting with and validating frontend functionality, debugging UI behavior, and capturing essential browser artifacts.
Core Features & Use Cases
- Automated Testing: Execute Playwright scripts to test your web application's features.
- UI Debugging: Inspect and debug UI elements and their behavior.
- Artifact Capture: Generate screenshots and collect browser console logs for detailed analysis.
- Use Case: You've developed a new feature for your local web app. Use this Skill to write a Playwright script that navigates to the feature, interacts with its components, and verifies that it functions as expected, capturing a screenshot of the final state.
Quick Start
Run the provided Playwright script examples/element_discovery.py to discover elements on your local web application running at http://localhost:5173.