pact-foundation / pact_broker

Enables your consumer driven contracts workflow
http://pactflow.io
MIT License
701 stars 171 forks source link

Granular verification feedback on view pact page? #170

Closed TimothyJones closed 4 years ago

TimothyJones commented 6 years ago

It would be particularly excellent if the view pact page had granular feedback on which request/response pairs are failing verification.

Even something simple like colouring the background:

screen shot 2017-12-12 at 10 59 28 am

would be valuable.

mefellows commented 6 years ago

How good would that be - PR's welcome :)

bethesque commented 6 years ago

You've read my mind Tim ;-) I'm working on a format to push the test results back to the broker already. The slight complication is that the pact version will likely have many verifications, and from different tags. So we need a way to select which verification results we want. I'm imagining a drop down from which we can select the tag name, the latest regardless of tags, or the latest untagged.

TimothyJones commented 6 years ago

That'll be really great!

bethesque commented 4 years ago

Not for future readers - this has been implemented in pactflow.io