e2e-testing
Installation
SKILL.md
E2E Testing Skill
Purpose
Test complete user workflows and UI interactions using Selenium/Playwright.
When to Use
- ✅ Testing user registration/login flows
- ✅ Testing complex multi-step workflows
- ✅ Testing UI rendering and interactions
- ✅ Cross-browser compatibility testing
Selenium WebDriver Pattern
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = ApplicationContext.class)
public class LoginE2ETest {
private WebDriver driver;