What problem does it solve?
This Skill automates the creation, configuration, and execution of end-to-end tests, ensuring critical user flows function correctly and preventing regressions.
Core Features & Use Cases
- Tool Selection: Recommends Playwright or Cypress based on project stack.
- Environment Setup: Guides through configuring test environments, base URLs, and test data.
- Critical Flow Identification: Helps prioritize testing for essential user journeys like registration, login, and checkout.
- Test Writing: Adheres to Arrange-Act-Assert patterns with stable selectors.
- CI Integration: Facilitates setting up E2E tests within CI/CD pipelines.
- Use Case: Automatically set up Playwright tests for a new e-commerce feature, write tests for the user registration and login flows, and configure them to run on every pull request.
Quick Start
Configure the e2e-testing skill to set up Playwright for the current project and write a test for the user login flow.