From e2e-test-framework
This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/e2e-test-framework:e2e-test-frameworkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill automates the creation of end-to-end tests, which simulate real user interactions with a web application. By generating tests using Playwright, Cypress, or Selenium, Claude ensures comprehensive coverage of critical user workflows.
This skill automates the creation of end-to-end tests, which simulate real user interactions with a web application. By generating tests using Playwright, Cypress, or Selenium, Claude ensures comprehensive coverage of critical user workflows.
This skill activates when you need to:
User request: "Create E2E tests for the user registration workflow on my website."
The skill will:
User request: "Generate end-to-end tests for adding an item to a shopping cart and completing the checkout process."
The skill will:
This skill can be used in conjunction with other plugins to set up the web application, deploy it to a testing environment, and report test results.
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin e2e-test-framework2plugins reuse this skill
First indexed Jul 13, 2026
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.