Spring Boot Cucumber This project shows how to integrate Cucumber to your Spring Boot application using either Gradle or Maven. To run the project with Gradle gradle bootRun To test the project with Gradle gradle test To run the project with Maven mvn spring-boot:run To test the project with Maven mvn test Read this as reference https://josdem.io/techtalk/spring/spring_boot_cucumber/