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
I have already (please mark the applicable with an x):
Upgraded to the latest Pact Broker OR
Checked the CHANGELOG to see if the issue I am about to raise has been fixed
Created an executable example that demonstrates the issue using either a:
Dockerfile
Git repository with a Travis or Appveyor (or similar) build
Software versions
pactflow.io
Expected behaviour
When I publish a pact file that contains both "interactions" and "messages" keys, describing both HTTP and async communication, I expect both of these to be visible in the pact details page in the broker.
Actual behaviour
Instead, I can only see the messages in the pact details page.
Steps to reproduce
Define an integration that has both HTTP (sync) and messages (async) communication, publish it to the broker.
Relevant log files
N/A
The text was updated successfully, but these errors were encountered:
It's actually that the message contracts have no UI for them.
Also, defining a pact with both interactions and messages is not supported by any pact library yet. The feature is being discussed here pact-foundation/pact-specification#79
Pre issue-raising checklist
I have already (please mark the applicable with an
x
):Software versions
Expected behaviour
When I publish a pact file that contains both
"interactions"
and"messages"
keys, describing both HTTP and async communication, I expect both of these to be visible in the pact details page in the broker.Actual behaviour
Instead, I can only see the messages in the pact details page.
Steps to reproduce
Define an integration that has both HTTP (sync) and messages (async) communication, publish it to the broker.
Relevant log files
N/A
The text was updated successfully, but these errors were encountered: