Contract Testing: Get Pacts for Verification
contract-testing_get_pacts_for_verificationGet pacts for provider verification using consumer version selectors and WIP/pending pact configuration.
Instructions
Retrieve the pacts that a provider should verify, based on consumer version selectors and WIP/pending pact configuration.
Toolset: Contracts
Parameters:
providerName (string) required: Name of the provider to get pacts for
consumerVersionSelectors (array): Selectors specifying which consumer versions to include
includePendingStatus (boolean): Include the pending status in the results
includeWipPactsSince (string): Include WIP pacts published since this date (ISO 8601)
providerVersionBranch (string): Branch of the provider version being verified
providerVersionTags (array): Tags for the provider version being verified
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| providerName | Yes | Name of the provider to get pacts for | |
| providerVersionTags | No | Tags for the provider version being verified | |
| includePendingStatus | No | Include the pending status in the results | |
| includeWipPactsSince | No | Include WIP pacts published since this date (ISO 8601) | |
| providerVersionBranch | No | Branch of the provider version being verified | |
| consumerVersionSelectors | No | Selectors specifying which consumer versions to include |