GildedRose-Refactoring-Kata/Java-Cucumber/README.md
Dipanjan Bhowmik 9bb570b0c3 Updated README
2021-10-11 11:12:27 +05:30

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.