Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.54 KB

File metadata and controls

47 lines (34 loc) · 2.54 KB

Java CI with Maven

Project description

Epolif Java Selenium TestNG Allure

This project is a test automation suite for the Epolif online information site, utilizing Java, Selenium WebDriver, TestNG, and Allure Test Reporter for reporting.

My personal test automation project to trigger automated tests, generate Allure Report and publish to GitHub Pages via GitHub Actions workflow. All user stories and test cases are displayed on Trello board.

Test object👉 Epolif

MY👉 Trello

How to work with the Repo:

  1. Create a local folder.
  2. Clone the repo using the git clone <repo-url> command.
  3. Open the project in your preferred Java IDE (e.g., IntelliJ IDEA, Eclipse).
  4. Build the project by running tests with Maven: mvn clean test.
  5. Create a branch and start working.

ALLURE REPORT

Useful links

Java Maven JUnit Allure GitHub%20Actions GitHub%20Pages