Selenium Java E2E

Community

Reliable Selenium E2E tests with Java

AuthorLevironexe
Version1.0.0
Installs0

System Documentation

What problem does it solve?

End-to-end UI tests often become flaky, slow, and hard to maintain when they use raw selectors, fixed sleeps, duplicated driver setup, and inconsistent teardown.

Core Features & Use Cases

  • Page Object Model enforcement: Centralizes locators and user flows into Page Objects (POMs) that extend a shared BasePage, while tests call high-level POM methods instead of using findElement/By directly.
  • Explicit waits everywhere: Uses WebDriverWait with ExpectedConditions for robust synchronization, avoiding Thread.sleep to reduce flakiness.
  • Consistent driver lifecycle: Creates browsers through a single DriverFactory and reliably shuts them down with driver.quit() in @AfterEach.
  • Failure debugging via screenshots: Captures screenshots on test failure using a JUnit5 TestWatcher extension for CI visibility.

Quick Start

Tell your agent to scaffold Selenium Java E2E tests using the required folder structure, implementing BasePage explicit waits, a shared DriverFactory, and JUnit5 lifecycle with screenshot capture on failure.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Selenium Java E2E
Download link: https://github.com/Levironexe/architect/archive/main.zip#selenium-java-e2e

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.