pact-mock_service
pact-mock_service copied to clipboard
Provides a mock service for use with Pact
If one does not pass the `--pact_dir` parameter the mock service, it only fails when the first interaction has succeeded, i.e., when the service wants to persist the generated Pact...
We have a request which has an array at the top level of the body which I am unable to perform a type match on. For example: ``` .withRequest({ method:...
I'm not sure where to post it - I encountered it when used pact + pact-mock_service, so, I've decided to post it here. When you accidentaly forget to specify `status`...
A new thread for a conversation started here: https://github.com/DiUS/pact-consumer-js-dsl/pull/27#issuecomment-73042402
In our case, we need to be able to make sure that the json schema returned back by an API is current (right properties, right data types), but the data...
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3. Release notes Sourced from peter-evans/repository-dispatch's releases. Repository Dispatch v3.0.0 ⚙️ Updated runtime to Node.js 20 The action now requires a minimum version of v2.308.0...
# Pre issue-raising checklist I have already (please mark the applicable with an `x`): * [x] Read through the relevant docs at https://docs.pact.io * [x] Upgraded to the latest version...
I have a contract for `/endpoint`, which returns a list of items. It's possible to apply filters in query params, e.g. `/endpoint?type=foo`, but this is optional. Let's say I have...
pact_broker-client, has a workflow for [gem-released](https://github.com/pact-foundation/pact_broker-client/tree/master/.github/workflows) This triggers a [doc update](https://github.com/pact-foundation/pact_broker-client/blob/master/.github/workflows/trigger_pact_docs_update.yml) in docs.pact.io I believe this isnt required as - not in [deps](https://github.com/pact-foundation/pact_broker-client/blob/master/Gemfile#L10) or listed in [rubygems](https://rubygems.org/gems/pact_broker-client) Apart from [`X_PACT_DEVELOPMENT`](https://github.com/pact-foundation/pact_broker-client/blob/master/Gemfile#L10)...