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

