tienvx / codeception-pact-php-extension
Codeception Extensions For PACT PHP
v1.1.0
2024-10-18 02:21 UTC
Requires
- php: ^8.0
- codeception/codeception: ^4.2
- pact-foundation/pact-php: ^8.1
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
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