Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 343 Bytes

File metadata and controls

7 lines (5 loc) · 343 Bytes

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.