pact-foundation / pact-ruby

Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://pact.io
MIT License
2.17k stars 216 forks source link

feat: Provide configuration for build url to be published in verification results #252

Closed konalegi closed 2 years ago

konalegi commented 2 years ago

Thanks for the awesome project!

This PR adds a configuration option to add buildUrl into verification results, which could be added later as a webhook param in pact broker.

bethesque commented 2 years ago

Thanks so much. Sorry for the slow reply - I've been on leave or a few glorious weeks. Have you tested this manually successfully?

konalegi commented 2 years ago

@bethesque yes, tested that locally. (sorry for a long reply, missed your message)

konalegi commented 2 years ago

@bethesque please take a look. thanks!

bethesque commented 2 years ago

Sorry it's taken me so long. I'll have it out asap.