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

https://github.com/ashutoshsahoo/gs-spring-boot-cucumber

Run cucumber integration tests in spring boot application
https://github.com/ashutoshsahoo/gs-spring-boot-cucumber

cucumber cucumber-java cucumber-reports cucumber-runner cucumber-step feature-file gherkin gradle gradle-task integration-testing spring-boot-3

Last synced: about 2 months ago
JSON representation

Run cucumber integration tests in spring boot application

Awesome Lists containing this project

README

        

# gs-spring-boot-cucumber

Run cucumber integration tests in spring boot application.

## Run Cucumber tests

```shell
gradle clean cucumberRun

```

See test reports inside `build/cucumber-report.html`

![Cucumber integration test results](./test-results.png "Cucumber integration test results")