End-to-end test automation with Playwright, Cypress, and Selenium for browser-based testing
Installation
Open Claude Code and run this command:
/plugin install e2e-test-framework@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Browser-based E2E test automation with Playwright, Cypress, and Selenium support for complete user workflow testing.
Features
- Multi-framework support - Playwright, Cypress, Selenium
- User workflow testing - Complete journey testing
- Page Object Model - Maintainable test structure
- Cross-browser testing - Chrome, Firefox, Safari, Edge
- Mobile emulation - Responsive testing
- Visual testing - Screenshot comparison
- Network interception - Mock APIs and responses
Skills (1)
Execute end-to-end tests covering full user workflows across frontend and backend.
ReadWriteEditGrepGlobBash(test:e2e-*)
How It Works
/generate-e2e # Generate E2E tests
/e2e # Shortcut
Use Cases
Generate E2E tests for user registration and login flow:
Create E2E tests for the user registration and login workflow