- 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.