Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion website/docs/community_repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ Please try to add
- language of implementation (split by consumer/provider if including both)

## Full Workflows

- [Pact Flow Sample](https://github.com/sohamdatey/pact-flow-sample)
- Description: A practical implementation of contract testing using Pact, demonstrating consumer-driven contract testing with a consumer-provider architecture.
- Consumer Language: JavaScript
- Provider Language: JavaScript
- Transport Mechanism: HTTP
- Author: [Soham Datey](https://github.com/sohamdatey)
- [Contract test example](https://github.com/PauloGoncalvesBH/contract-test-nirvana)
- Description: A diamond level contract testing implementation is exemplified in this repository.
- Consumer Language: JavaScript
Expand Down