Skip to content

Latest commit

 

History

History
 
 

Java-Cucumber

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.