https://github.com/josdem/spring-webflux-cucumber
Shows how to integrate Cucumber to your Spring Boot application
https://github.com/josdem/spring-webflux-cucumber
cucumber-framework java junit5 spring-boot-2 spring-webflux
Last synced: about 1 year ago
JSON representation
Shows how to integrate Cucumber to your Spring Boot application
- Host: GitHub
- URL: https://github.com/josdem/spring-webflux-cucumber
- Owner: josdem
- License: apache-2.0
- Created: 2018-03-30T01:43:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T21:46:25.000Z (over 6 years ago)
- Last Synced: 2025-03-27T10:13:23.480Z (about 1 year ago)
- Topics: cucumber-framework, java, junit5, spring-boot-2, spring-webflux
- Language: Java
- Size: 169 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spring Boot Cucumber
----------------------------
[](https://travis-ci.com/josdem/spring-boot-cucumber)
[](https://sonar.josdem.io/dashboard?id=com.jos.dem.springboot.cucumber%3Aspring-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
```bash
gradle bootRun
```
#### To test the project with Gradle
```bash
gradle test
```
#### To run the project with Maven
```bash
mvn spring-boot:run
```
#### To test the project with Maven
```bash
mvn test
```
#### Read this as reference
https://josdem.io/techtalk/spring/spring_boot_cucumber/