In #200 we added support for Pact. It came with a single ws pact publish ... command for publishing Pacts created by a consumer. The other side of the coin is the provider verification results. These are executed as part of an integration test suite, but the results should only be published from a pipeline.
We need to update the ws go test integration command so that, in a pipeline, the verification results are published to the Pact broker.
In #200 we added support for Pact. It came with a single
ws pact publish ...
command for publishing Pacts created by a consumer. The other side of the coin is the provider verification results. These are executed as part of an integration test suite, but the results should only be published from a pipeline.We need to update the
ws go test integration
command so that, in a pipeline, the verification results are published to the Pact broker.