What problem does it solve?
This skill eliminates unreliable, manually repeated web application checks by guiding agents to create robust automated end-to-end tests that verify real browser behavior, user journeys, and failure states.
Core Features & Use Cases
- Browser Automation: Test navigation, forms, authentication, API interactions, visual states, and complete user flows with Playwright.
- Reliable Test Design: Discover selectors through reconnaissance, prioritize accessible user-facing locators, wait for actual readiness, isolate tests, and capture failure artifacts.
- Use Case: Test a login flow by inspecting the rendered page, submitting valid and invalid credentials, verifying redirects and error messages, and preserving screenshots or traces when failures occur.
Quick Start
Use the webapp-testing skill to inspect the running application and create Playwright tests for its login, navigation, and error-handling user journeys.