Skip to content
@pact-foundation

Pact Foundation

The cross-language distributed contract testing framework.

Pact - Integration testing done properly

Fast, easy and reliable testing for integrating web apps, APIs and microservices

Say goodbye to end-to-end testing

Testing microservices shouldn't involve setting up complex end-to-end test environments, creating lengthy integration suites and managing test data. Stop wasting time, and start releasing.

Find bugs in dev

dev Prevent integration issues before you commit, instead of in production or during integration test Prevent integration issues before you commit, instead of in production or during integration test

Deploy faster, safer & more often

dev Pact provides a guarantee that systems are compatible, so you can deploy your microservices and web apps independently and safely

Remove complex end-to-end environments

dev Reduce (or removing entirely) the need for complex, costly and hard-to-manage integration test environments

Stop relying on unreliable test data

dev Finding and managing test data is a key pain point for engineering teams - with Pact, you can significantly reduce your reliance on flakey test data

Say goodbye to painful release processes

wave With Pact and the Pact Broker, you can orchestrate complex CI and CD pipelines and use can-i-deploy to tell you when a component is safe to release

Collaborate with the Pact Broker

Collaborate Integrate into your CI/CD pipelines, manage and promote contracts with the Pact Broker

Work offline with API stubs

Work Pact's API stubs are guaranteed to represent behaviour of the real system, so you can test with confidence

Create bulletproof pipelines

Create Pact CLI tools + Pact Broker = powerful automation capabilities

Stats

Metrics

Pinned

  1. devrel devrel Public

    Developer Relations @ Pact - Your map to the Pact landscape for all-comers (maintainers, contributors, users, newbies)

    39 6

  2. pact-specification pact-specification Public

    Describes the pact format and verification specifications

    290 28

  3. pact-js pact-js Public

    JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

    TypeScript 1.6k 343

  4. pact-mock_service pact-mock_service Public

    Provides a mock service for use with Pact

    Ruby 72 68

  5. pact_broker pact_broker Public

    Enables your consumer driven contracts workflow

    Ruby 697 171

Repositories

Showing 10 of 80 repositories
  • pact-js-core Public

    Core binaries for pact-js, a Contract Testing Framework. NOTE: If you are looking to do Pact contract testing in node, you almost certainly want pact-js, not pact-node.

    TypeScript 148 MIT 80 15 4 Updated Jun 11, 2024
  • pact-js-cli Public

    The Broker CLI for Pact, but available to your node scripts

    Shell 0 MIT 1 1 1 Updated Jun 11, 2024
  • pact-broker-chart Public

    This repository houses the Pact Broker Helm Chart

    Smarty 11 MIT 14 3 1 Updated Jun 11, 2024
  • pact-reference Public

    Reference implementations for the pact specifications

    Rust 91 MIT 45 34 2 Updated Jun 11, 2024
  • .github Public

    The GitHub landing page for Pact - The de-facto contract testing tool

    3 MIT 3 0 0 Updated Jun 11, 2024
  • pact-plugins Public

    🏰 Architecture to support Plugins πŸ”Œ with Pact πŸ”—

    Rust 18 MIT 11 12 3 Updated Jun 11, 2024
  • pact-python Public

    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.

    Python 556 MIT 135 42 (2 issues need help) 10 Updated Jun 11, 2024
  • jest-pact Public

    A Pact adaptor for to allow you to easily run tests with Jest

    TypeScript 77 MIT 11 2 5 Updated Jun 10, 2024
  • pact-go Public

    Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

  • pact-net Public

    .NET 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.