Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 896 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 896 Bytes

Spring Boot Cucumber

Build Status Quality Gate Status

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/