achmadns / cucumber-spring-example

Behaviour Driven Development Practical Example with Cucumber and Spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Behaviour Driven Development Practical Example with Cucumber and Spring

A little bit overkill example how to create a calculator object with Cucumber and Spring to showcase how to work with Spring beans in the Cucumber context.

See calculator.feature for the example and ctrl-click (in IDE) on the steps to navigate through the corresponding Java codes.

Notes: The example was made with IntelliJ IDEA with Cucumber plugins activated.

About

Behaviour Driven Development Practical Example with Cucumber and Spring


Languages

Language:Java 86.5%Language:Gherkin 13.5%