This project is a BDD (Behavior-Driven Development) test framework using Cucumber for defining tests, Java for implementation, Allure for reporting, and TestNG for test execution.
The framework is designed to help you write readable and maintainable tests for your application.
src/test/java/io/dorum/steps: Contains the step definitions.src/test/resources/features: Contains the Cucumber feature files.pom.xml: Maven configuration file.
- Java 11 or higher
- Maven 3.6 or higher
-
Clone the Repository
git clone https://github.com/pomidorum1989/java-caesars mvn test -Dcucumber.filter.tags="@API or @Smoke" -Dbrowser=chrome_docker