mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
343 B
343 B
How to do the BDD
- Write a test scenario in Feature file: src/test/resources/GildedRose.feature
- Modify the StepDefinitions file to match the Feature description in: src/test/java/com/gildedrose/StepDefinitions.java
- Run: ./gradlew cucumber from project dir
Note: Please check https://cucumber.io for syntax references.