URL generators
complete
Matt Fellows
Support for creating dynamic URL generation and verification.
See https://pactflow.io/blog/injecting-values-from-provider-states/ for details of the problem and use case.
Matt Fellows
complete
This is now supported in the Pact V4 Spec. See
MockServerURL
of https://github.com/pact-foundation/pact-specification/tree/version-4#supported-matching-rules.Matt Fellows
Ron has just added an example for this in JS at https://github.com/pact-foundation/pact-js/tree/feat/v3.0.0/examples/v3/provider-state-injected
Matt Fellows
in progress
Pact JS v3 support added
Matt Fellows
Pact JS v3 (beta) now has support for this. Example project: https://github.com/pactflow/example-siren/blob/master/consumer/src/__tests__/delete-order.spec.js
Matt Fellows
planned