Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mechero/spring-boot-cucumber
Sample project showing how to set up DI with Cucumber using Spring Boot
https://github.com/mechero/spring-boot-cucumber
cucumber cucumber-java cucumber-spring spring-boot thepracticaldeveloper
Last synced: about 1 month ago
JSON representation
Sample project showing how to set up DI with Cucumber using Spring Boot
- Host: GitHub
- URL: https://github.com/mechero/spring-boot-cucumber
- Owner: mechero
- Created: 2018-03-28T04:50:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T14:25:58.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T14:24:12.542Z (about 2 months ago)
- Topics: cucumber, cucumber-java, cucumber-spring, spring-boot, thepracticaldeveloper
- Language: Java
- Homepage:
- Size: 815 KB
- Stars: 108
- Watchers: 4
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Cucumber in Spring Boot using Dependency Injection
This code sample shows how to use Dependency Injection in Cucumber within a Spring Boot application.
You can find the complete instructions on this post at The Practical Developer site: [Cucumber Tests with Dependency Injection using Spring Boot](https://thepracticaldeveloper.com/cucumber-tests-spring-boot-dependency-injection//)
![Cucumber and Dependency Injection in a Spring Boot App - The Practical Developer](images/cucumber-spring-boot.png)