What problem does it solve?
This Skill streamlines the testing of local web applications by providing a robust framework for interacting with and validating frontend functionality, debugging UI issues, and capturing browser logs.
Core Features & Use Cases
- Automated Testing: Write and execute Playwright scripts to test web application features.
- UI Debugging: Capture screenshots and inspect the DOM to identify and resolve UI inconsistencies.
- Browser Log Analysis: Monitor and analyze browser console logs for errors and warnings.
- Use Case: Test a new feature in your local development environment by writing a Playwright script that navigates through the user flow, fills out a form, and asserts that the expected outcome is displayed.
Quick Start
Use the webapp-testing skill to run a Playwright test script named 'test_login.py' against your local web application.