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
- Host: GitHub
- URL: https://github.com/ashutoshsahoo/gs-spring-boot-cucumber
- Owner: ashutoshsahoo
- Created: 2023-04-16T17:44:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T17:57:38.000Z (about 2 years ago)
- Last Synced: 2025-01-25T17:11:19.929Z (4 months ago)
- Topics: cucumber, cucumber-java, cucumber-reports, cucumber-runner, cucumber-step, feature-file, gherkin, gradle, gradle-task, integration-testing, spring-boot-3
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
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`
