What problem does it solve?
This Skill automates the creation and updating of End-to-End (E2E) tests for web applications, transforming manual user interactions into robust, maintainable test scripts.
Core Features & Use Cases
- Scenario-Based Testing: Focuses on user journeys and complete feature flows rather than isolated element checks.
- Exploration and Analysis: Uses Playwright MCP to explore application UIs, capture snapshots, and interact with elements to understand functionality.
- Test Plan Generation: Proposes test scenarios and identifies coverage gaps by analyzing existing test suites.
- Use Case: After a new feature is developed, this Skill can be used to automatically generate E2E tests that simulate how a user would interact with the feature from start to finish, ensuring it works as expected.
Quick Start
Use the generate-e2e-tests skill to explore the new user registration feature and generate a test plan.