tienvx/codeception-pact-php-extension

Codeception Extensions For PACT PHP

v1.1.0 2024-10-18 02:21 UTC

This package is auto-updated.

Last update: 2024-10-18 04:46:27 UTC


README

IMPORTANT NOTE: This extension is for Pact PHP < 9.x. It's not compatible with Pact PHP 10.x. If you have ideas to integrate Pact PHP 10.x into Codeception, feel free to create PRs to this project.

Codeception PACT PHP Extensions

Build Status

Installation

composer require --dev "tienvx/codeception-pact-php-extension"

Usage

Enable the extensions for your suite:

extensions:
    enabled:
        - CodeceptionPactPhp\Extension\Env:
            PACT_CONSUMER_NAME: BookPublisher
            PACT_PROVIDER_NAME: BookStore
        - CodeceptionPactPhp\Extension\Pact