Consumer Driven Contract Tests example project using Java, RestAssured, Wirecmock embeded, Gradle and Junit 5
This project is implemented with Java, Wiremock embeded, RestAssured, Junit 5 and Gradle
It aims to demonstrate how to create consumer driven contract tests.
The API used as example is the Cats Api which you can find documentation here.
You can use this project to study, learn and also as a boilerplate for your own projects.
You can run the tests by doing the following commands on your terminal:
Linux/Mac
./gradlew clean test
Windows
gradlew clean test
You can also clone it via Intellij and run the tests from it.
😍 YouTube
⭐ Telegram