Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 547 Bytes

File metadata and controls

10 lines (7 loc) · 547 Bytes

Example application for acceptance tests with Spring, Kafka and Cucumber

This is an example application accompanying this blog post about Best Practices for acceptance tests with Cucumber

Setup

This application can be run locally. Therefore, you need a running Kafka instance on localhost:9092 with a topic named "user-example-topic"

Acceptance tests

The acceptance tests can be executed with the following command:

gradlew acceptanceTest