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;
    
    @Before
Related skills
Installs
8
Repository
hack23/cia
GitHub Stars
223
First Seen
Mar 4, 2026