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