pact-provider-verifier
pact-provider-verifier copied to clipboard
Cross-platform, generic language, Pact provider verification tool
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of...
Seems there is a problem with sending a wrong formatted JSON body on a GET request with a JSON body. I am executing the next command: `bundle exec pact-provider-verifier /hq-placements-client-hq-placements.json...
Addressing issue https://github.com/pact-foundation/pact-provider-verifier/issues/49 * Adds support for all generators from v3 spec and the ProviderState generator. * ProviderState generator saves the results from the --provider-state-setup-url and templates them into a...
_[Original Slack thread](https://pact-foundation.slack.com/archives/C5F4KFKR8/p1676278643972909)_ When running with `--format RspecJunitFormatter --out /out/pact.xml`, the verifier outputs a JUnit XML file containing the results. However, if the verifier is run against multiple consumers (e.g....
**pact-jvm** supports injecting parameters to Interactions thanks to clever usage of **generators** and **ProviderState** parameters as described here: - consumer contract implementation: https://github.com/DiUS/pact-jvm/tree/master/provider/pact-jvm-provider-junit#returning-values-that-can-be-injected - provider state injection: https://github.com/DiUS/pact-jvm/tree/master/provider/pact-jvm-provider-junit#returning-values-that-can-be-injected I would...
Hi @bethesque I created the PR to start the conversation on the solution to fix https://github.com/pact-foundation/pact-ruby/issues/251 Please have a look if the it is sound :P I have not tested...