An open API service indexing awesome lists of open source software.

https://github.com/pact-foundation/pact-ruby-e2e-example

Code base to use for demonstrating features and recreating issues in the ruby implementation of pact. Please fork it and modify to recreate your own code.
https://github.com/pact-foundation/pact-ruby-e2e-example

pact pact-broker pact-demo

Last synced: 4 months ago
JSON representation

Code base to use for demonstrating features and recreating issues in the ruby implementation of pact. Please fork it and modify to recreate your own code.

Awesome Lists containing this project

README

          

# Pact Ruby End to End Examples

[![Test](https://github.com/pact-foundation/pact-ruby-e2e-example/actions/workflows/test.yml/badge.svg)](https://github.com/pact-foundation/pact-ruby-e2e-example/actions/workflows/test.yml)

Code base to use for demonstrating features or recreating issues in the ruby implementation of pact. Please fork it and modify to demonstrate or recreate your own code.

## Projects

- [e2e http + broker - pact-ruby v1](./e2e-pact-ruby-v1/)
- [e2e http + broker - pact-ruby v2](./e2e/)
- [http - pact-ruby v2](./http/)
- [grpc - pact-ruby v2](./grpc/)
- [kafka - pact-ruby v2](./kafka/)
- [message - pact-ruby v2](./message/)
- [mixed (http, grpc & kafka) - pact-ruby v2](./mixed/)
- [sample pact broker](./pact_broker/)