Sha256: 4a0f54adaabf749c976e3a106a0677098fe2ccc4c8244aef5b8489e7e8c1f7c1
Contents?: true
Size: 690 Bytes
Versions: 13
Compression:
Stored size: 690 Bytes
Contents
# Publish pact verification result Allowed methods: POST Use the `pb:publish-verification-results` link in the pact resource to publish the result (either success or failure) of a pact verification. The body of the request must include the success (true or false) and the provider application version that the pact was verified against. It may also include the build URL to facilitate debugging when failures occur. POST http://broker/pacts/provider/Foo/consumer/Bar/pact-version/1234 { success: true, providerApplicationVersion: "4.5.6", buildUrl: "http://my-ci.org/build/3456" } Multiple verification results may be published for the same pact resource.
Version data entries
13 entries across 13 versions & 1 rubygems