Sample selenium test automation framework using Cucumber-JVM
- Java 8
- Maven
- IDE with Cucumber Plugin installed
- Configuration package - Hooks , DeviceManager, Driver Factory ects
- Runners - Cucumber Runner Test
- Pages - Page Classes with Page Actions defined
- Step Definitions - Screen and its Steps Definitions.
- Features - cucumber features
- Java Client
- Cucumber JVM
- Cucumber Java
it clone https://github.com/SudhiHathwar/CucumberSelenium.git
mvn clean install