End-to-End Scenarios: Comprehensive test cases addressing diverse challenges.
POM Design Pattern: Simplifies test maintenance and enhances reusability.
Cucumber for Testing: Feature files, steps, hooks, and a runner file for structured test execution.
Dynamic Locators: Includes Actions, Select, and JavaScript Executors for better element handling.
Maven Integration: Run tests via command line for streamlined workflows.
Allure Report Generation: Automatic report generation post-execution with Maven commands.
1- using maven command line at terminal:
mvn clean verify
note: you will need to write verify in order to hook-up allure generation plugins
2- runner class to run the test suite
3- feature file to run each test case specifically