pact-mock_service
pact-mock_service copied to clipboard
Provides a mock service for use with Pact
The `term-ansicolor` gem injects a global `Term` module that has a high probability of naming collision for other common class names. This PR removes that gem from this repo as...
Hi, For now, if there is multiple matching interactions, the mock service return only one response. From doc: `Where multiple matching interactions are found, the interactions will be sorted by...
The `term-ansicolor` gem injects a global `Term` module that has a high probability of naming collision for other common class names. This PR removes that gem from this sub library...
If no interaction with the path matches -> 404 If an interaction with the path matches but the headers/request is wrong -> 400/405 or 415 @uglyog if you can point...
I'll investigate this further later, reporting so not to lose track of this bug. When setting an expected interaction response with the following body payload, and posting to PACT, the...
TravisCI (org) is dropping support for OSS builds at the end of this month, meaning they must be transferred to travis-ci.com, which uses a credit system. Builds may fail (and...
In pact-js, I'd like to be able to programatically query the verification of an interaction (especially when it is a failure) so that we can avoid the need to go...
Feature Request - support dynamic responses based on ID in request Why? - one of the key features of pact-stub-service, is its ability to be used in integration / e2e...
I am trying to stub a response for a PUT request that has a zip file as a payload. As far as I understand from the documentation this is a...