consumer-driven-contracts
There are 93 repositories under consumer-driven-contracts topic.
pact-foundation/pact-js
JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
pact-foundation/pact-jvm
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.
pact-foundation/pact-go
Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
spring-cloud/spring-cloud-contract
Support for Consumer Driven Contracts in Spring
pact-foundation/pact_broker
Enables your consumer driven contracts workflow
azagniotov/stubby4j
HTTP/1.1, HTTP/2 and WebSockets stub server for stubbing distributed web services in Docker and non-containerized environments for integration and contract testing
pact-foundation/jest-pact
A Pact adaptor for to allow you to easily run tests with Jest
lirantal/awesome-contract-testing
Awesome resources for Consumer-Driven Contract Testing
christian-draeger/pact-example
Example project to demonstrate Contract Testing via Pact.
tuwilof/fitting
Library add improve test log for RSpec and WebMock, validate its according to API Blueprint and Open API, show the documentation coverage with log.
Abdulsametileri/cdc-pact-gophercon-2021
How to write CDC test using Pact in Go? 🤔
surpher/PactSwift
A Swift version of Pact. Implements Pact Specification Version 3.
jsonx-org/java
Reference implementation of the JSONx specification for the Java platform, including encoding, decoding, processing, validation, and binding.
pact-foundation/nestjs-pact
Injectable Pact.js Consumer/Producer for NestJS
pact-foundation/roadmap
Developer Relations @ Pact - Your map to the Pact landscape for all-comers (maintainers, contributors, users, newbies)
SrinivasanTarget/ContractTestingBoilerplate
Contract Testing Boilerplate for the microservices developed using Spring Boot and Kafka in a maven multi-module project.
findmypast-oss/jackal
Consumer Driven Contracts Microservice
sngular/pact-annotation-processor
Pact DSL Builder annotation processor to create request bodies based on annotations. It allows to specify static values for properties also through Example annotation
jagilpe/bdd-pact-microservices
An example of how to apply BDD in a microservice architecture using consumer driven contracts
suadev/consumer-driven-contract-testing-microservices
Consumer-Driven Contract Testing between the microservices which are developed in different tech stacks.
pact-foundation/pact-js-mocha
EXPERIMENTAL Mocha Interface for Pact JS (warning: it is not recommended for beginners)
airslate-oss/setup-specmatic
Set up your GitHub Actions workflow with a specific version of specmatic
mikaelvesavuori/triplecheck-cli
The easiest and fastest way to do contract testing.
Kalimaha/pact-test
Python implementation for Pact (http://pact.io/)
ksevindik/pact-io-contract-tests
Consumer Driven Contract Testing using Pact
t1/wunderbar
Code-first, low ceremony Consumer Driven Contracts test tool for Java natives
BarathArivazhagan/pact-contract-jvm-spring-boot
This project contains samples demonstrating in writing consumer driven contracts using Pact framework
shavo007/pact-demo
Demonstrate pact
sergeyklay/provider-pact-example
Provider-side demo using consumer-driven contract testing
jsonx-org/schema
"JSON Schema Definition" (JSD) language that offers a vocabulary to describe the structure and constraining the contents of JSON documents.
nielsen-oss/pact-manifest
Pact Manifest is a Node.js library to publish pact contracts to a broker using a manifest
rogervinas/contract-testing-with-pact
🤝 Contract Testing with Pact
JavierRodPi/pact-testing-demo
This project is a demo that will allow you to understand and learn how to do contract testing in an AWS Serverless microservice (AWS API Gateway and AWS Lambda) without needing to deploy any service to a real AWS environment.
paucls/pact-consumer-contract-react-example
An example of a Pact consumer contract test for the communication between a React application and a backend API.
sergeyklay/consumer-pact-example
Consumer-side demo using contract driven development