Contract Testing: Get BDCT X-Contract Test Results by Consumer
contract-testing_get_bdct_x-contract_test_results_by_consumerRetrieve cross-contract verification results for a consumer-provider version pair. Check compatibility between specific consumer and provider versions in bi-directional contract testing.
Instructions
Fetch the cross-contract verification results for a specific consumer-provider version pair in Bi-Directional Contract Testing.
Toolset: Bi-Directional Contract Testing
Parameters:
providerName (string) required: Name of the provider
providerVersionNumber (string) required: Provider version number
consumerName (string) required: Name of the consumer
consumerVersionNumber (string) required: Consumer version number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consumerName | Yes | Name of the consumer | |
| providerName | Yes | Name of the provider | |
| consumerVersionNumber | Yes | Consumer version number | |
| providerVersionNumber | Yes | Provider version number |