An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Spring Boot Cucumber
----------------------------

[![Build Status](https://travis-ci.com/josdem/spring-webflux-cucumber.svg?branch=master)](https://travis-ci.com/josdem/spring-boot-cucumber)
[![Quality Gate Status](https://sonar.josdem.io/api/project_badges/measure?project=com.jos.dem.springboot.cucumber%3Aspring-boot-cucumber&metric=alert_status)](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/