e2e
Installation
SKILL.md
E2E Test Generator Skill
This skill generates E2E tests using playwright-cli commands for browser automation. It uses the Page Object Model pattern and supports visual regression testing with the @visual tag in test titles.
When to Use
Use this skill when:
- The user provides a URL to explore and create tests for
- You need to create new E2E tests for a web application
- You want to generate Page Object classes for a website
- Visual regression tests are needed (integrated with integration tests using
@visualtag)
Prerequisites
- playwright-cli installed globally (
npm install -g @playwright/cli@latest) - Target URL must be accessible
- Project should have Playwright configured
Related skills