Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

java-selenium-ui-tests

A showcase Java Selenium automation project using:

  • Maven
  • JUnit 5
  • Selenium WebDriver
  • WebDriverManager
  • Page Object Model (POM)

The sample test automates login scenarios on a stable demo site:

Prerequisites

  • Java 17+
  • Maven 3.8+

Run tests (headless by default)

cd java-selenium-ui-tests
mvn test

Run tests (headed)

mvn test -Dheadless=false

Project structure

  • src/test/java/... – tests + page objects
  • src/test/resources/ – config

Notes

  • This project is CI-friendly (Linux headless).
  • You can expand it by adding: Allure reporting, parallel runs, Docker Selenium Grid, etc.

About

**java-selenium-ui-tests**: “Selenium WebDriver automation framework with Page Objects, JUnit 5, and CI-ready configs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages