You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provider test results, like those written with pact-JVM are automatically uploaded to pact-broker. But consumer tests are written to disk as .json files that must be uploaded in a separate step with the pact cli.
It would be nice to have the consumer pacts automatically uploaded to the broker when they are run. This would make it easier for complex CI builds to always ensure consumer contracts are uploaded
that is by design, some languages don't have the ability to publish pact contracts as they dont wrap the pact cli and that functionality is not available in rust yet.
the library is designed for parallel execution, so we would need to know when all the tests are completed, which would make us test framework aware (and the tooling is test framework agnostic)
Provider test results, like those written with pact-JVM are automatically uploaded to pact-broker. But consumer tests are written to disk as .json files that must be uploaded in a separate step with the pact cli.
It would be nice to have the consumer pacts automatically uploaded to the broker when they are run. This would make it easier for complex CI builds to always ensure consumer contracts are uploaded
https://pact.canny.io/admin/board/feature-requests/p/upload-consumer-pacts-to-pact-broker-just-like-provider-contracts
The text was updated successfully, but these errors were encountered: