Fabian Noll
02/20/2025, 1:44 PMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Fabian Noll
02/21/2025, 6:09 AMYousaf Nabi (pactflow.io)
pact_verifier_cli
https://docs.pact.io/implementation_guides/overview#cli-tooling
supports message testing, you will need to stand up a message proxy to listen to the requests from pacts verifier, and map those to message producers in your code, and return the response as http
https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_verifier_cli#verifying-message-pacts
Normally the message proxy would be stood up by the client language implementation on behalf of the user, and allow mapping of descriptions to functionsFabian Noll
03/06/2025, 8:28 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Fabian Noll
03/07/2025, 5:42 AMMatt (pactflow.io / pact-js / pact-go)