Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbethancourt/hello-cucumber-i-want-ice-cream
The Hello Cucumber project from cucumber.io+ Spring Boot + Pitest Cucumber Plugin
https://github.com/jimbethancourt/hello-cucumber-i-want-ice-cream
bdd cucumber-java cucumber-jvm java java-8 mutation-testing pitest-plugin spring-boot spring-boot-2 springboot2
Last synced: 24 days ago
JSON representation
The Hello Cucumber project from cucumber.io+ Spring Boot + Pitest Cucumber Plugin
- Host: GitHub
- URL: https://github.com/jimbethancourt/hello-cucumber-i-want-ice-cream
- Owner: jimbethancourt
- License: mit
- Created: 2020-07-02T15:27:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T23:15:47.000Z (about 4 years ago)
- Last Synced: 2024-04-14T01:09:47.765Z (7 months ago)
- Topics: bdd, cucumber-java, cucumber-jvm, java, java-8, mutation-testing, pitest-plugin, spring-boot, spring-boot-2, springboot2
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Cucumber, I Want Ice Cream
--------------------------------
This is the Hello Cucumber project from https://cucumber.io/docs/guides/10-minute-tutorial/ with a few enhancements:- A background step has been added
- The IsItFriday class has been converted to a Spring Bean
- Spring Boot is used to wire in the IsItFriday class
- The [Pitest Cucumber Plugin](https://github.com/alexvictoor/pitest-cucumber-plugin) has been added and can be run by calling **mvn pitest:mutationCoverage**