pact-provider-verifier icon indicating copy to clipboard operation
pact-provider-verifier copied to clipboard

Cross-platform, generic language, Pact provider verification tool

Results 20 pact-provider-verifier issues
Sort by recently updated
recently updated
newest added

### Description Using request customizer add integration description at `X_PACT_DESCRIPTION` to rack request env, similar to `X_PACT_PROVIDER_STATES`. Remove this env in last middleware before rack reversed proxy. That would be...

Addressing issue I've previously mentioned here https://github.com/pact-foundation/pact-provider-verifier/issues/49 Best is to see what's inside a new test contract - we provide a **generators** object which can override the tested request. I've...

Per discussion on https://github.com/pact-foundation/pact-js/pull/529 , it would be useful if we could expose teardown hooks for state handlers when we're invoking the verifier via the standalone in pact-node. This could...

Hi, i'm having the following issue ¿what am i missing? > WARN: Ignoring unsupported combine AND for path $['id'] WARN: Ignoring unsupported matchers [{"match"=>"number"}] for path $['amount'] WARN: Ignoring unsupported...

The [documentation for this project](https://github.com/pact-foundation/pact-provider-verifier/blob/master/README.md) for provider states says that the provider state endpoint should accept 2 fields: `consumer` and `state`. However, when running `pact-provider-verifier` with a `provider-states-setup-url` defined, the...

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...

dependencies
github_actions

Currently when you use `pact-provider-verifier ... --custom-provider-header="Authorization: xxx"` to give, for example, a bearer token to Pact while running the provider verifications. The contents of the header get printed out...

Support for Rack 2.x and 3.x was added in https://github.com/pact-foundation/pact-mock_service/pull/152 and released in 3.12.2 https://rubygems.org/gems/pact-mock_service/versions/3.12.2 This is now preventing upgrades to [pact-ruby-standalone](https://github.com/pact-foundation/pact-ruby-standalone/actions/runs/9530009302/job/26269388268) ``` Fetching gem metadata from http://rubygems.org/............ Resolving dependencies......

fixes #116 Requires rack-reverse-proxy updates See https://github.com/waterlink/rack-reverse-proxy/pull/73 currently pointing to that commit hash in gemfile, which isn't ideal and we also don't really want to vendor the gem within the...

continuation of #85 Part of https://github.com/pact-foundation/pact-ruby/issues/318