{"id":15640763,"url":"https://github.com/lirantal/awesome-contract-testing","last_synced_at":"2025-08-02T11:33:28.356Z","repository":{"id":65977131,"uuid":"154804234","full_name":"lirantal/awesome-contract-testing","owner":"lirantal","description":"Awesome resources for Consumer-Driven Contract Testing","archived":false,"fork":false,"pushed_at":"2022-09-05T19:27:46.000Z","size":11,"stargazers_count":79,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-25T17:19:26.653Z","etag":null,"topics":["cdc","consumer","consumer-driven-contracts","pact","pact-broker","provider"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lirantal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-26T08:43:55.000Z","updated_at":"2025-07-07T06:58:13.000Z","dependencies_parsed_at":"2023-02-19T19:20:20.667Z","dependency_job_id":null,"html_url":"https://github.com/lirantal/awesome-contract-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lirantal/awesome-contract-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fawesome-contract-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fawesome-contract-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fawesome-contract-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fawesome-contract-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lirantal","download_url":"https://codeload.github.com/lirantal/awesome-contract-testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fawesome-contract-testing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378965,"owners_count":24240907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdc","consumer","consumer-driven-contracts","pact","pact-broker","provider"],"created_at":"2024-10-03T11:39:48.877Z","updated_at":"2025-08-02T11:33:28.329Z","avatar_url":"https://github.com/lirantal.png","language":null,"funding_links":[],"categories":["Contract Testing"],"sub_categories":["Contract Testing Resources"],"readme":"\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"380px\" src=\"https://user-images.githubusercontent.com/316371/47563973-248fea80-d92c-11e8-924f-059622f37a89.png\"\u003e\n\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n\nA curated list of awesome resources for Consumer-Driven Contracts Testing\n\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n *List inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.*\n\n\u003c/div\u003e\n\u003cbr/\u003e\n\n# Table of Contents\n\n- [sdks-and-frameworks](#projects)\n  - [Node.js](#nodejs)\n  - [JavaScript](#javascript)\n  - [Java](#java)\n  - [Ruby](#ruby)\n  - [PHP](#php)\n  - [Python](#python)\n  - [Go](#go)\n  - [.NET](#net)\n- [Educational](#educational)\n  - [Articles](#articles)\n- [Workshops](#workshops)\n\n# SDKs and Frameworks\n- [PACT](https://docs.pact.io) - Mainstream and mature contract testing framework for Node.js, Ruby, Java and other platforms.\n- [PACT Broker](https://github.com/pact-foundation/pact_broker) - Enables your consumer driven contracts workflow (http://pact.dius.com.au/).\n- [PACT Stub Server](https://github.com/pact-foundation/pact-stub-server) - Wraps the Pact Rust mock server in a Docker container.\n- [Spring Cloud Contract](#https://cloud.spring.io/spring-cloud-contract/) - \n\n## Node.js\n- [PACT Node.js](https://github.com/pact-foundation/pact-node) - Node version of Pact, a Contract Testing Framework.\n\n## JavaScript\n- [PACT JavaScript](https://github.com/pact-foundation/pact-js) - JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems\n\n## Java\n- [PACT JVM](https://github.com/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.\n- [KARATE](https://github.com/karatelabs/karate/tree/master/karate-netty#consumer-provider-example) - Testing framework. Allows execution of API Tests and API Test-Doubles, which makes it possible to implement consumer driven contracts in Java and other languages.\n\n## Ruby\n- [PACT Ruby](https://github.com/pact-foundation/pact-ruby) - 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.\n\n## PHP\n- [PACT PHP](https://github.com/pact-foundation/pact-php) - PHP 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.\n\n## Python\n- [PACT Python](https://github.com/pact-foundation/pact-python) - Python 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.\n\n## Go\n- [PACT Go](https://github.com/pact-foundation/pact-go) - Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.\n\n## .NET\n- [PACT Net](https://github.com/pact-foundation/pact-net) - C# version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.\n- [com-pact](https://github.com/bartschotten/com-pact) - Another approach on creating Pact for .NET. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.\n\n# Educational\n\n## Articles\n- [PACT blog](#http://blog.pact.io) - The official PACT blog.\n- [Blogs and videos collections](https://docs.pact.io/blogs_videos_and_articles) - Collection of Videos and Blogs from PACT website.\n- [Node.js — Integration Testing with Pact.js](https://itnext.io/node-js-integration-testing-with-pact-js-1a2ea8aa3116)\n- [Consumer Driven Contract Testing with Pact](https://blog.risingstack.com/consumer-driven-contract-testing-with-pact/)\n- [Pact for Integration Testing of REST APIs](https://wilsonmar.github.io/pact/)\n- [Step by Step Consumer-Driven Contracts for Node](https://reflectoring.io/pact-node-provider/) - Step By Step Tutorial for Implementing Consumer-Driven Contracts for a Node Express Server with Pact.\n- [A Comprehensive Guide to Contract Testing APIs in a Service Oriented Architecture](https://medium.com/@liran.tal/a-comprehensive-guide-to-contract-testing-apis-in-a-service-oriented-architecture-5695ccf9ac5a) - A detailed read on implementing Consumer-Driven Contracts testing, covering Consumer \u0026 Provider testing, best and bad practices, DevOps recipe for implementation and supporting resources such as the Pact Manifest utility.\n- [How to set up Pact tests with Angular \u0026 Jest\n](https://medium.com/@dany.marques/how-to-set-up-pact-tests-with-angular-jest-ae157f272428) - Pact and Angular for frontend contract testing.\n\n## Workshops\n- [Pact.js E2E](https://github.com/pact-foundation/pact-js/tree/master/examples/e2e) - The Pact.js repository has an End-to-End example that is made up of a Consumer, Provider and the Pact Broker for sharing and validating the contracts.\n- [Pact Workshop JS](https://github.com/pact-foundation/pact-workshop-js) - Step by Step Pact workshop.\n\n# Contributing\nFound an awesome project, package, article, other type of resources related to Node.js Security? Send me a pull request!\nJust follow the [guidelines](/CONTRIBUTING.md). Thank you!\n\n---\nsay *hi* on [Twitter](https://twitter.com/liran_tal)\n\n## License\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flirantal%2Fawesome-contract-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flirantal%2Fawesome-contract-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flirantal%2Fawesome-contract-testing/lists"}