You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
A minimalistic implementation of consumer driven contract testing (CDC), to show how CDC works. Implemented with Pact (pact.io), Kotlin, Ktor and Gradle
A sample project for my blog post "", where I show how to create write contract tests for an asynchronous messaging architecture with 📁🤝 Pact, Junit 5 and MockK 📁🤝.
This repository demonstrates the Consumer driven contract tests using Pact framework. It covers tests for both synchronous and asynchronous communication mediums.