inviqa / harness-go

Inviqa harness project for Go applications.
4 stars 0 forks source link

Update integration test command to publish Pact verification results in pipelines #204

Open jameshalsall opened 2 years ago

jameshalsall commented 2 years ago

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.