aidanpd / cucumber-jvm

BBD example using Cucumber and Rest Assured to verify a Spring Boot micro-service behaviour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDD with Cucumber JVM

Behaviour Driven Development example using Cucumber JVM integrated with Gradle.

This example illustrates how Cucumber JVM can be used to execute a set of scenarios against a Spring Boot micro-service. The micro-service illustrates a simplified banking API with operations to create and update accounts.

See account-service.feature for the example Scenarios tested.

Build

gradle clean test

References

See Dan North's explanation of BDD

About

BBD example using Cucumber and Rest Assured to verify a Spring Boot micro-service behaviour


Languages

Language:Java 92.9%Language:Gherkin 7.1%